ExecutableCodePart interface

Represents the code that is executed by the model.

Signature:

export interface ExecutableCodePart 

Properties

Property Type Description
codeExecutionResult never
executableCode ExecutableCode
fileData never
functionCall never
functionResponse never
inlineData never
text never
thought never

ExecutableCodePart.codeExecutionResult

Signature:

codeExecutionResult?: never;

ExecutableCodePart.executableCode

Signature:

executableCode?: ExecutableCode;

ExecutableCodePart.fileData

Signature:

fileData: never;

ExecutableCodePart.functionCall

Signature:

functionCall?: never;

ExecutableCodePart.functionResponse

Signature:

functionResponse?: never;

ExecutableCodePart.inlineData

Signature:

inlineData?: never;

ExecutableCodePart.text

Signature:

text?: never;

ExecutableCodePart.thought

Signature:

thought?: never;