struct AI::OpenAI::ChatToolCall

Overview

Tool call in assistant messages.

Included Modules

Defined in:

ai/openai/chat/openai_chat_prompt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, 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 function : ChatToolCallFunction #

[View source]
def id : String #

[View source]
def type : String #

[View source]