You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long chain-mode turns re-send the full sheet context every time. Enable prompt caching on providers that support it (Anthropic beta, Gemini CachedContent) to cut latency and cost on the 2nd-plus turn.
Acceptance criteria:
Provider abstraction gets a cache_id / cache_name field.
System-prompt + context turn gets cached on the first call.
Long chain-mode turns re-send the full sheet context every time. Enable prompt caching on providers that support it (Anthropic beta, Gemini CachedContent) to cut latency and cost on the 2nd-plus turn.
Acceptance criteria:
cache_id/cache_namefield.