From 61aec087942a6f2ec52e9975564136f7cf349615 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Wed, 5 Nov 2025 14:33:44 -0500 Subject: [PATCH] CHANGELOG item ordering tweak --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a3d5932..e69e74b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.