Crig::Providers::OpenAI::Chat::CompletionResponse
Inherits Crig::Telemetry::ProviderResponseExt < JSON::Serializable < Struct < Value < Object
Constructors
new(id : String, object : String, created : Int64, model : String, choices : Array(Choice), usage : OpenAIUsage | Nil = nil, system_fingerprint : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
choices
Sourcecreated
Sourceid
Sourcemodel
Sourceobject
Sourceoutput_messages
Sourceresponse_id
Sourceresponse_model_name
Sourcesystem_fingerprint
Sourcetext_response
Sourceusage
Source