fix: Claude function calling in agent contexts
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-05-27 14:47:27 -06:00
parent e4819ff9db
commit 160ee5d5ae
+1 -1
View File
@@ -526,7 +526,7 @@ impl RoleLike for Agent {
}
fn enabled_tools(&self) -> Option<String> {
self.config.global_tools.clone().join(",").into()
None
}
fn enabled_mcp_servers(&self) -> Option<String> {