Share via


FunctionShellToolParam interface

A tool that allows the model to execute shell commands.

Extends

Properties

environment

The environment configuration for the function shell tool.

type

The type of the shell tool. Always shell.

Property Details

environment

The environment configuration for the function shell tool.

environment?: FunctionShellToolParamEnvironmentUnion

Property Value

type

The type of the shell tool. Always shell.

type: "shell"

Property Value

"shell"