OpenAI::ChatCompletionStreamChoiceDelta
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(role : ChatMessageRole | Nil, content : String | Nil, function_call : ChatFunctionCall | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
clone
Sourcecontent
copy_with(role _role = @role, content _content = @content, function_call _function_call = @function_call)
Sourcefunction_call
role