Table of Contents

Class LocalShellTool

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll

A tool that allows the model to execute shell commands in a local environment.

public sealed class LocalShellTool : ITool
Inheritance
LocalShellTool
Implements
Inherited Members

Constructors

LocalShellTool()

public LocalShellTool()

Properties

Type

[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }

Property Value

string

Operators

implicit operator Tool(LocalShellTool)

public static implicit operator Tool(LocalShellTool localShellTool)

Parameters

localShellTool LocalShellTool

Returns

Tool