new
Method
This is a method of the ToolCall class in the llm module.Create a new tool call
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
new: Create a new tool call
This is a method of the ToolCall class in the llm module.Create a new tool call
def new(id: impl Into<String>, name: impl Into<String>, arguments: impl Into<String>) -> Self