tool
Method
This is a method of the Message class in the llm module.Create a tool response message
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
tool: Create a tool response message
This is a method of the Message class in the llm module.Create a tool response message
def tool(tool_call_id: impl Into<String>, content: impl Into<String>) -> Self