For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chat

A chat is a conversation scoped to a fixed set of documents and/or papers. The scope is set at creation and does not drift.

Shape

json
{ "object": "chat", "id": "chat_1r8eaidwoq", "document_ids": ["doc_8ba2f01c47"], "paper_ids": [], "depth": "standard", "message_count": 2, "created_at": "…" }

Why scope is explicit

A chat only sees what you named. This is what makes answers auditable — and it is the difference from Search, which chooses its own sources from the corpus.

chats · message · document · grounded-answers

Last updated