AxAIGoogleGeminiChatRequest
type AxAIGoogleGeminiChatRequest = object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L136
Properties
contents
contents: AxAIGoogleGeminiContent[];
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L137
generationConfig
generationConfig: AxAIGoogleGeminiGenerationConfig;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L141
safetySettings?
optional safetySettings: AxAIGoogleGeminiSafetySettings;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L142
systemInstruction?
optional systemInstruction: AxAIGoogleGeminiContent;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L140
optional toolConfig: AxAIGoogleGeminiToolConfig;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L139
optional tools: AxAIGoogleGeminiTool[];
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/ai/google-gemini/types.ts#L138