AxAIGoogleGeminiChatResponse
type AxAIGoogleGeminiChatResponse = object;Properties
candidates
candidates: object[];citationMetadata
{
citations: object[];
}content
content: AxAIGoogleGeminiContent;finishReason
finishReason:
| "STOP"
| "MAX_TOKENS"
| "SAFETY"
| "RECITATION"
| "OTHER"
| "BLOCKLIST"
| "PROHIBITED_CONTENT"
| "SPII"
| "MALFORMED_FUNCTION_CALL"
| "UNEXPECTED_TOOL_CALL"
| "FINISH_REASON_UNSPECIFIED";groundingMetadata?
{
googleMapsWidgetContextToken?: string;
groundingChunks?: object[];
}modelVersion?
optional modelVersion: string;responseId?
optional responseId: string;usageMetadata
usageMetadata: object;cachedContentTokenCount?
optional cachedContentTokenCount: number;Number of tokens in the cached content (from explicit caching)
candidatesTokenCount
candidatesTokenCount: number;promptTokenCount
promptTokenCount: number;thoughtsTokenCount
thoughtsTokenCount: number;totalTokenCount
totalTokenCount: number;