struct AI::OpenAI::Tools::Shell

Overview

Shell tool.

Allows the model to interact with a local computer through a controlled command-line interface. Available through Responses API.

Defined in:

ai/openai/tool/openai_tools.cr

Constant Summary

ID = "openai.shell"
NAME = "shell"

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def args : Hash(String, JSON::Any) #

[View source]
def id : String #

[View source]
def name : String #

[View source]
def type : String #

[View source]