struct AI::Google::TextContentPart

Overview

Text content part.

Included Modules

Defined in:

ai/google/google_generative_ai_prompt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(text : String, thought : Bool | Nil = nil, thought_signature : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def text : String #

[View source]
def thought : Bool | Nil #

[View source]
def thought_signature : String | Nil #

[View source]