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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/google-gemini/types.ts#L390

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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/google-gemini/types.ts#L394

Absolute expiration time (ISO 8601)


ttl?

TypeScript
optional ttl: string;

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

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

Docs