struct
AI::OpenAI::OpenAIChatResponseToolCall
- AI::OpenAI::OpenAIChatResponseToolCall
- Struct
- Value
- Object
Overview
Tool call in response message.
Included Modules
- JSON::Serializable
Defined in:
ai/openai/chat/openai_chat_api.crConstructors
- .new(id : String | Nil, type : String, function : OpenAIChatResponseToolCallFunction)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(id : String | Nil, type : String, function : OpenAIChatResponseToolCallFunction)
#