struct OpenAI::ChatTool
- OpenAI::ChatTool
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
openai/api/chat.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : ToolType = ToolType::Function, function : ChatFunction | Nil = nil)
Instance Method Summary
- #clone
- #copy_with(type _type = @type, function _function = @function)
- #function : ChatFunction | Nil
- #type : ToolType