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/04543e9e0873874640d5dbb158048393db35723c/src/ax/ai/google-gemini/types.ts#L179

Properties

cachedContent?

TypeScript
optional cachedContent: string;

Defined in: https://github.com/ax-llm/ax/blob/04543e9e0873874640d5dbb158048393db35723c/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/04543e9e0873874640d5dbb158048393db35723c/src/ax/ai/google-gemini/types.ts#L180


generationConfig

TypeScript
generationConfig: AxAIGoogleGeminiGenerationConfig;

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


safetySettings?

TypeScript
optional safetySettings: AxAIGoogleGeminiSafetySettings;

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


systemInstruction?

TypeScript
optional systemInstruction: AxAIGoogleGeminiContent;

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


toolConfig?

TypeScript
optional toolConfig: AxAIGoogleGeminiToolConfig;

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


tools?

TypeScript
optional tools: AxAIGoogleGeminiTool[];

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

Docs