struct

AI::OpenAI::OpenAIChatResponseMessage

Inherits JSON::Serializable < Struct < Value < Object

Message in response choice.

Constructors

new(role : String | Nil = nil, content : String | Nil = nil, tool_calls : Array(OpenAIChatResponseToolCall) | Nil = nil, annotations : Array(OpenAIChatAnnotation) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

annotations
Source
content
Source
role
Source
tool_calls
Source