struct
AI::Provider::LanguageModel::ToolCallPart
- AI::Provider::LanguageModel::ToolCallPart
- Struct
- Value
- Object
Overview
Tool call content part (for prompts).
Included Modules
- JSON::Serializable
Defined in:
ai/provider/language_model/prompt.crConstructors
- .new(tool_call_id : String, tool_name : String, input : String | JSON::Any, provider_executed : Bool | Nil = nil, provider_options : Shared::ProviderOptions | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #input : String | JSON::Any
- #provider_executed : Bool | Nil
- #provider_options : Shared::ProviderOptions | Nil
- #tool_call_id : String
- #tool_name : String
- #type : String