FunctionShellToolParam interface

モデルがシェルコマンドを実行できるツールです。

Extends

プロパティ

description

このツールや設定のオプションでユーザー定義の説明があります。

environment

関数シェルツールの環境設定。

name

このツールまたは設定にはオプションでユーザー定義の名称を付けることができます。

type

シェルツールの種類。 常に shell です。

プロパティの詳細

description

このツールや設定のオプションでユーザー定義の説明があります。

description?: string

プロパティ値

string

environment

関数シェルツールの環境設定。

environment?: FunctionShellToolParamEnvironmentUnion

プロパティ値

name

このツールまたは設定にはオプションでユーザー定義の名称を付けることができます。

name?: string

プロパティ値

string

type

シェルツールの種類。 常に shell です。

type: "shell"

プロパティ値

"shell"