AxAIGoogleGeminiContentPart
type AxAIGoogleGeminiContentPart = object &
| {
text: string;
}
| {
inlineData: {
data: string;
mimeType: string;
};
}
| {
functionCall: {
args: object;
name: string;
};
}
| {
functionResponse: {
name: string;
response: object;
};
}
| {
fileData: {
fileUri: string;
mimeType: string;
};
}
| {
executableCode: object;
}
| {
codeExecutionResult: object;
};
Type declaration
Name | Type |
---|---|
metadata? | { videoMetadata : object ; } |
thought? | boolean |