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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/google-gemini/types.ts#L401

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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/google-gemini/types.ts#L405

Absolute expiration time (ISO 8601)


ttl?

TypeScript
optional ttl: string;

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

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

Docs