struct

AI::Provider::LanguageModel::ToolCallPart

Inherits JSON::Serializable < Struct < Value < Object

Tool call content part (for prompts).

Constructors

new(tool_call_id : String, tool_name : String, input : String | JSON::Any, provider_executed : Bool | Nil = nil, provider_options : Shared::ProviderOptions | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

input
Source
provider_executed
Source
provider_options
Source
tool_call_id
Source
tool_name
Source
type
Source