Autobot::Providers::ToolCall
Inherits JSON::Serializable < Struct < Value < Object
A tool/function call requested by the LLM.
Constructors
new(id : String, name : String, arguments : Hash(String, JSON::Any) = {} of String => JSON::Any, extra_content : JSON::Any | Nil = nil, thought_signature : Nil | String = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
arguments
Sourceextra_content
Sourceid
Sourcename
Sourcethought_signature
Source