AxAIGoogleGeminiChatResponse
type AxAIGoogleGeminiChatResponse = object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L145
Properties
candidates
candidates: object[];
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L146
{
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";
usageMetadata: object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L176
candidatesTokenCount
candidatesTokenCount: number;
promptTokenCount
promptTokenCount: number;
thoughtsTokenCount
thoughtsTokenCount: number;
totalTokenCount
totalTokenCount: number;