struct AI::OpenAI::Responses::FunctionCallOutput

Overview

Function call output

Included Modules

Defined in:

ai/openai/responses/openai_responses_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(call_id : String, output : JSON::Any) #

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

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

[View source]
def self.text(call_id : String, text : String) : FunctionCallOutput #

[View source]

Instance Method Detail

def call_id : String #

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

[View source]
def type : String #

[View source]