Skip to main content

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

def add_tool_calls(&self, calls: Vec<ToolCall>) -> ()

Parameters

calls
Vec<ToolCall>
required
No description available.

Returns

Returns
()
The result of the operation.