Skip to main content

tool

Method
This is a method of the Message class in the llm module.
Create a tool response message

Signature

def tool(tool_call_id: impl Into<String>, content: impl Into<String>) -> Self

Parameters

tool_call_id
impl Into<String>
required
No description available.
content
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.