/ releasenotes / notes / fix-tool-invoker-warmup-tool-registry-cda6e84af3387ac8.yaml
fix-tool-invoker-warmup-tool-registry-cda6e84af3387ac8.yaml
1  ---
2  fixes:
3    - |
4      Fixed ToolInvoker missing tools after warmup for lazy-initialized toolsets.
5      The invoker now refreshes its tool registry post-warmup, ensuring replaced
6      placeholders (e.g., MCPToolset with eager_connect=False) resolve to the
7      actual tool names at invocation time.