InputItemFunctionCallOutputItemParam interface
De uitvoer van een functiehulpmiddeloproep.
- Uitbreiding
Eigenschappen
| call_id | De unieke id van de functieaanroep die door het model is gegenereerd. |
| id | |
| output | Tekst-, afbeelding- of bestandsuitvoer van de functietool-aanroep. |
| status | |
| type | Het type uitvoer van het functiehulpmiddel. Altijd |
Eigenschapdetails
call_id
De unieke id van de functieaanroep die door het model is gegenereerd.
call_id: string
Waarde van eigenschap
string
id
id?: string
Waarde van eigenschap
string
output
Tekst-, afbeelding- of bestandsuitvoer van de functietool-aanroep.
output: string | (InputTextContentParam | InputImageContentParamAutoParam | InputFileContentParam)[]
Waarde van eigenschap
string | (InputTextContentParam | InputImageContentParamAutoParam | InputFileContentParam)[]
status
type
Het type uitvoer van het functiehulpmiddel. Altijd function_call_output.
type: "function_call_output"
Waarde van eigenschap
"function_call_output"