fix: Inject agent variables into environment variables for global tool calls when invoked from agents to modify global tool behavior
This commit is contained in:
+1
-1
@@ -1064,7 +1064,7 @@ impl ToolCall {
|
|||||||
function_name.clone(),
|
function_name.clone(),
|
||||||
function_name,
|
function_name,
|
||||||
vec![],
|
vec![],
|
||||||
Default::default(),
|
agent.variable_envs(),
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user