InputItemFunctionShellCallOutputItemParam interface
由 shell 工具呼叫所輸出的串流輸出項目。
- Extends
屬性
| call_id | 模型產生的殼層工具呼叫的唯一 ID。 |
| id | |
| max_output_length | |
| output | 擷取 stdout 和 stderr 輸出區塊,以及它們相關的結果。 |
| type | 項目的類型。 一律為 |
屬性詳細資料
call_id
模型產生的殼層工具呼叫的唯一 ID。
call_id: string
屬性值
string
id
id?: string
屬性值
string
max_output_length
max_output_length?: number
屬性值
number
output
擷取 stdout 和 stderr 輸出區塊,以及它們相關的結果。
output: FunctionShellCallOutputContentParam[]
屬性值
type
項目的類型。 一律為 shell_call_output。
type: "shell_call_output"
屬性值
"shell_call_output"