AxAIGoogleGeminiCacheUpdateRequest
type AxAIGoogleGeminiCacheUpdateRequest = object;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L355
Request to update a context cache (e.g., extend TTL).
Properties
expireTime?
optional expireTime: string;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L359
Absolute expiration time (ISO 8601)
ttl?
optional ttl: string;
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/google-gemini/types.ts#L357
TTL duration string (e.g., “3600s” for 1 hour)