Omni Developers
Guides

Automatic Vault recall

Let Omni retrieve relevant workspace knowledge without specifying a file.

When attachments is omitted, Omni applies its normal automatic workspace retrieval policy. Your application sends the user message, not retrieval heuristics.

{
  "workspace_id": "workspace_...",
  "message": "What did our research say about the launch window?"
}

If ready Vault evidence supports the answer, the completed task contains validated [Vn] citations. Conversation context may appear as [Cn] citations.

The public contract does not expose retrieval scores, vector search controls, storage placement, or orchestration intent. Use explicit attachments only when the user has selected particular files.