struct

AI::OpenAI::ChatAssistantMessage

Inherits JSON::Serializable < Struct < Value < Object

Assistant message in chat prompt.

Constructors

new(content : String | Nil = nil, tool_calls : Array(ChatToolCall) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

content
Source
role
Source
tool_calls
Source