struct AI::Google::FunctionResponse

Overview

Function response to send back to the model.

Included Modules

Defined in:

ai/google/google_generative_ai_prompt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, response : JSON::Any) #

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

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

[View source]

Instance Method Detail

def name : String #

[View source]
def response : JSON::Any #

[View source]