AxAIGoogleGeminiChatResponse
type AxAIGoogleGeminiChatResponse = object;
Defined in: https://github.com/ax-llm/ax/blob/d2df625e2c2fd70a090d6321c042579c2819f0d1/src/ax/ai/google-gemini/types.ts#L158
Properties
candidates
candidates: object[];
Defined in: https://github.com/ax-llm/ax/blob/d2df625e2c2fd70a090d6321c042579c2819f0d1/src/ax/ai/google-gemini/types.ts#L159
{
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";
{
googleMapsWidgetContextToken?: string;
groundingChunks?: object[];
}
usageMetadata: object;
Defined in: https://github.com/ax-llm/ax/blob/d2df625e2c2fd70a090d6321c042579c2819f0d1/src/ax/ai/google-gemini/types.ts#L198
candidatesTokenCount
candidatesTokenCount: number;
promptTokenCount
promptTokenCount: number;
thoughtsTokenCount
thoughtsTokenCount: number;
totalTokenCount
totalTokenCount: number;