struct

OpenAI::ChatCompletionStreamChoiceDelta

Inherits JSON::Serializable / Struct / Value / Object

Constructors

new(role : ChatMessageRole | Nil, content : String | Nil, function_call : ChatFunctionCall | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

clone
Source
content
copy_with(role _role = @role, content _content = @content, function_call _function_call = @function_call)
Source
function_call
role