fix: Claude function calling in agent contexts
This commit is contained in:
+1
-1
@@ -526,7 +526,7 @@ impl RoleLike for Agent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn enabled_tools(&self) -> Option<String> {
|
fn enabled_tools(&self) -> Option<String> {
|
||||||
self.config.global_tools.clone().join(",").into()
|
None
|
||||||
}
|
}
|
||||||
|
|
||||||
fn enabled_mcp_servers(&self) -> Option<String> {
|
fn enabled_mcp_servers(&self) -> Option<String> {
|
||||||
|
|||||||
Reference in New Issue
Block a user