CHANGELOG item ordering tweak
This commit is contained in:
@@ -43,9 +43,6 @@ reason")`.
|
|||||||
`LLMSwitcher.register_function()` in that it's a shorthand for registering
|
`LLMSwitcher.register_function()` in that it's a shorthand for registering
|
||||||
functions on all LLMs in the switcher, but for direct functions.
|
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
|
- Added `LLMSwitcher.register_direct_function()`. It works much like
|
||||||
`LLMSwitcher.register_function()` in that it's a shorthand for registering
|
`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
|
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
|
pass MCP tools to, say, `GeminiLiveLLMService` (as well as other
|
||||||
speech-to-speech services) in the constructor.
|
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
|
### Changed
|
||||||
|
|
||||||
- Bumped the `fastapi` dependency's upperbound to `<0.122.0`.
|
- Bumped the `fastapi` dependency's upperbound to `<0.122.0`.
|
||||||
|
|||||||
Reference in New Issue
Block a user