Content part interface if the part represents FileData
Signature:
export interface FileDataPart
Properties
Property | Type | Description |
---|---|---|
codeExecutionResult | never | |
executableCode | never | |
fileData | FileData | |
functionCall | never | |
functionResponse | never | |
inlineData | never | |
text | never | |
thought | boolean |
FileDataPart.codeExecutionResult
Signature:
codeExecutionResult?: never;
FileDataPart.executableCode
Signature:
executableCode?: never;
FileDataPart.fileData
Signature:
fileData: FileData;
FileDataPart.functionCall
Signature:
functionCall?: never;
FileDataPart.functionResponse
Signature:
functionResponse?: never;
FileDataPart.inlineData
Signature:
inlineData?: never;
FileDataPart.text
Signature:
text?: never;
FileDataPart.thought
Signature:
thought?: boolean;