Context Engine now suggests follow-up questions for chat
The Context Engine adds a follow-up suggester that powers the chat’s “what should I ask next?” chips. A caller sends the conversation’s previous user questions — most recent last, with no server-side state kept — and receives the next questions worth asking, in English, German, or French.
Two tiers back it. A deterministic floor returns fixed EN/DE/FR templates themed by the intent of recent turns, never reproducing any text from those turns. Where a local coach model is configured, it reads the turns in process and proposes topic-continuing questions, falling back to the floor if unavailable.
The suggester is advisory only: it makes no allow-or-block decision and does not log conversation content, the same privacy bar as the prompt coach. On any failure it degrades to no suggestions rather than an error.
No action required.