struct

AI::Google::GoogleGenerativeAIContent

Inherits JSON::Serializable < Struct < Value < Object

A message content (user or model).

Constructors

new(role : String, parts : Array(GoogleGenerativeAIContentPart))
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

parts

Content parts of the message.

Source
role

Role of the message: "user" or "model"

Source