struct
AI::Google::GoogleGenerativeAIContent
- AI::Google::GoogleGenerativeAIContent
- Struct
- Value
- Object
Overview
A message content (user or model).
Included Modules
- JSON::Serializable
Defined in:
ai/google/google_generative_ai_prompt.crConstructors
- .new(role : String, parts : Array(GoogleGenerativeAIContentPart))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#parts : Array(GoogleGenerativeAIContentPart)
Content parts of the message.
-
#role : String
Role of the message: "user" or "model"