add_tool_calls
Method
This is a method of the MockLlmProvider class in the llm module.Add tool calls to return with next response
Signature
Parameters
No description available.
Returns
The result of the operation.
add_tool_calls: Add tool calls to return with next response
This is a method of the MockLlmProvider class in the llm module.Add tool calls to return with next response
def add_tool_calls(&self, calls: Vec<ToolCall>) -> ()