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

AxAIGoogleGeminiCacheUpdateRequest

TypeScript
type AxAIGoogleGeminiCacheUpdateRequest = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L392

Request to update a context cache (e.g., extend TTL).

Properties

expireTime?

TypeScript
optional expireTime: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L396

Absolute expiration time (ISO 8601)


ttl?

TypeScript
optional ttl: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L394

TTL duration string (e.g., “3600s” for 1 hour)

Docs