Skip to content

Conversation

@eddierichter-amd
Copy link
Collaborator

The initial implementation of summarization used the .generate() method in the ChatSDK which bypassed sending previously stored messages to the LLM. It therefore needed to send the entire prompt to the agent which was formatted slightly differently and bypassed the KV cache and had to be processed. This resulted in very high TTFT for summarization. This change reduces the TTFT of summarization to be similar to other requests.

@eddierichter-amd eddierichter-amd force-pushed the eddie/summarization-kv-cache-eddie-fork branch from 4e2b5ae to 7a33fa9 Compare January 9, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant