struct ChatResponse
- ChatResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
crystal-mistral/types.crConstructors
Instance Method Summary
- #choices : Array(Choice)
- #choices=(choices : Array(Choice))
- #created : Int64
- #created=(created : Int64)
- #id : String
- #id=(id : String)
- #model : String
- #model=(model : String)
- #object : String
- #object=(object : String)
- #usage : Usage
- #usage=(usage : Usage)