struct AI::OpenAI::Responses::ShellCall

Overview

Shell call (Responses API)

Included Modules

Defined in:

ai/openai/responses/openai_responses_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, call_id : String, status : String, action : ShellAction) #

[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 action : ShellAction #

[View source]
def call_id : String #

[View source]
def id : String #

[View source]
def status : String #

[View source]
def type : String #

[View source]