Represents the code execution result from the model.
Signature:
export interface CodeExecutionResultPart
Properties
Property | Type | Description |
---|---|---|
codeExecutionResult | CodeExecutionResult | |
executableCode | never | |
fileData | never | |
functionCall | never | |
functionResponse | never | |
inlineData | never | |
text | never | |
thought | never |
CodeExecutionResultPart.codeExecutionResult
Signature:
codeExecutionResult?: CodeExecutionResult;
CodeExecutionResultPart.executableCode
Signature:
executableCode?: never;
CodeExecutionResultPart.fileData
Signature:
fileData: never;
CodeExecutionResultPart.functionCall
Signature:
functionCall?: never;
CodeExecutionResultPart.functionResponse
Signature:
functionResponse?: never;
CodeExecutionResultPart.inlineData
Signature:
inlineData?: never;
CodeExecutionResultPart.text
Signature:
text?: never;
CodeExecutionResultPart.thought
Signature:
thought?: never;