CHANGELOG item ordering tweak

This commit is contained in:
Paul Kompfner
2025-11-05 14:33:44 -05:00
parent 0f69d4aea3
commit 61aec08794

View File

@@ -43,9 +43,6 @@ reason")`.
`LLMSwitcher.register_function()` in that it's a shorthand for registering
functions on all LLMs in the switcher, but for direct functions.
- Added support for passing in an `LLMSwicher` to `MCPClient.register_tools()`
(as well as the new `MCPClient.register_tools_schema()`).
- Added `LLMSwitcher.register_direct_function()`. It works much like
`LLMSwitcher.register_function()` in that it's a shorthand for registering
a function on all LLMs in the switcher, except this new method takes a direct
@@ -56,6 +53,9 @@ reason")`.
pass MCP tools to, say, `GeminiLiveLLMService` (as well as other
speech-to-speech services) in the constructor.
- Added support for passing in an `LLMSwicher` to `MCPClient.register_tools()`
(as well as the new `MCPClient.register_tools_schema()`).
### Changed
- Bumped the `fastapi` dependency's upperbound to `<0.122.0`.