struct Google::GenerativeAI::Content::FunctionCall

Included Modules

Extended Modules

Defined in:

gemini.cr

Constructors

Instance Method Summary

Macros inherited from module Google::Resource

field(var, key = nil, **options, &block) field, field!(var, key = nil, **options, &block) field!, field?(var, key = nil, **options, &block) field?

Constructor Detail

def self.new(name, args : JSON::Serializable) #

[View source]
def self.new(name : String, args : String) #

[View source]
def self.new(json : JSON::PullParser) #

[View source]
def self.new(pull : MessagePack::Unpacker) #

Instance Method Detail

def args : String #

def name : String #

def to_json(json : JSON::Builder) #

[View source]