struct AI::OpenAI::OpenAIChatResponseToolCallFunction

Overview

Tool call function details in response.

Included Modules

Defined in:

ai/openai/chat/openai_chat_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, arguments : String) #

[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 arguments : String #

[View source]
def name : String #

[View source]