AxAIGoogleGeminiChatRequest Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIGoogleGeminiChatRequest.md type AxAIGoogleGeminiChatRequest

AxAIGoogleGeminiChatRequest

TypeScript
type AxAIGoogleGeminiChatRequest = object;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L179

Properties

cachedContent?

TypeScript
optional cachedContent: string;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L187

Reference to a cached content resource (for explicit context caching)


contents

TypeScript
contents: AxAIGoogleGeminiContent[];

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L180


generationConfig

TypeScript
generationConfig: AxAIGoogleGeminiGenerationConfig;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L184


safetySettings?

TypeScript
optional safetySettings: AxAIGoogleGeminiSafetySettings;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L185


systemInstruction?

TypeScript
optional systemInstruction: AxAIGoogleGeminiContent;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L183


toolConfig?

TypeScript
optional toolConfig: AxAIGoogleGeminiToolConfig;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L182


tools?

TypeScript
optional tools: AxAIGoogleGeminiTool[];

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L181

Docs