How an answer is produced
- The message runs through the full query pipeline: the same signals, fusion, and reranking as the API.
- The model generates an answer bounded by the retrieved knowledge, not by its general training. Seynâs value is your organisationâs knowledge, not the modelâs opinions.
- The response streams token by token, with citations linking each claim to the rules it came from. From a citation, the provenance chain continues down to raw source records.
- The conversation persists as a thread; history is browsable and resumable.
Grounding and honesty
- Citations are not decoration. Every substantive claim carries them, and a citation resolves to a real rule, which resolves to real evidence. An answer you canât drill into is an answer you shouldnât trust.
- The query bounds the generation. If the knowledge library doesnât contain the answer, the assistant says so rather than improvising. The failure mode is âI donât have that,â not confident fiction.
- Review status flows through. Answers built on unreviewed (
inferred) rules are still answers, but the citations show their status, so a careful reader can weigh them.
Operational details
Common mistakes
Related
Query
The pipeline that decides what chat gets to see.
MCP Server
The same grounded knowledge, for your own agents.