struct

AI::OpenAI::Responses::SystemMessage

Inherits JSON::Serializable < Struct < Value < Object

System/Developer message

Constructors

developer(content : String) : SystemMessage
Source
new(content : String, role : String = "system")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
system(content : String) : SystemMessage
Source

Instance methods

content
Source
role
Source