LLM::OpenAI::Message::ToolCall
Inherits LLM::OpenAI::Message < JSON::Serializable < Reference < Object
Represents a tool-call result message in a request to the LLM
Constants
ROLE = "tool"
Constructors
new(tool_call_id : String, name : String, content : String)
SourceInstance methods
content
Sourcecontent=(content : String)
Sourcename
Sourcename=(name : String)
Sourcetool_call_id
Sourcetool_call_id=(tool_call_id : String)
Source