struct

AI::Provider::LanguageModel::ToolResultPart

Inherits JSON::Serializable < Struct < Value < Object

Tool result content part (for prompts).

Constructors

new(tool_call_id : String, tool_name : String, output : ToolResultOutput, provider_options : Shared::ProviderOptions | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

output
Source
provider_options
Source
tool_call_id
Source
tool_name
Source
type
Source