struct
AI::OpenAI::OpenAIChatChunkToolCall
- AI::OpenAI::OpenAIChatChunkToolCall
- Struct
- Value
- Object
Overview
Tool call in streaming chunk.
Included Modules
- JSON::Serializable
Defined in:
ai/openai/chat/openai_chat_api.crConstructors
- .new(index : Int32, function : OpenAIChatChunkToolCallFunction, id : String | Nil = nil, type : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(index : Int32, function : OpenAIChatChunkToolCallFunction, id : String | Nil = nil, type : String | Nil = nil)
#