LocalShellToolParam interface
モデルがローカル環境でシェル コマンドを実行できるようにするツール。
- Extends
プロパティ
| description | このツールや設定のオプションでユーザー定義の説明があります。 |
| name | このツールまたは設定にはオプションでユーザー定義の名称を付けることができます。 |
| type | ローカル シェル ツールの種類。 常に |
プロパティの詳細
description
このツールや設定のオプションでユーザー定義の説明があります。
description?: string
プロパティ値
string
name
このツールまたは設定にはオプションでユーザー定義の名称を付けることができます。
name?: string
プロパティ値
string
type
ローカル シェル ツールの種類。 常に local_shell です。
type: "local_shell"
プロパティ値
"local_shell"