struct
AI::Google::GoogleGenerativeAIPrompt
- AI::Google::GoogleGenerativeAIPrompt
- Struct
- Value
- Object
Overview
Complete prompt structure for Google Generative AI.
Included Modules
- JSON::Serializable
Defined in:
ai/google/google_generative_ai_prompt.crConstructors
- .new(pull : JSON::PullParser)
- .new(contents : Array(GoogleGenerativeAIContent), system_instruction : GoogleGenerativeAISystemInstruction | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #contents : Array(GoogleGenerativeAIContent)
- #system_instruction : GoogleGenerativeAISystemInstruction | Nil
Constructor Detail
def self.new(contents : Array(GoogleGenerativeAIContent), system_instruction : GoogleGenerativeAISystemInstruction | Nil = nil)
#