Silo

Silo tool

silo_ask

Get THE USER'S ANSWER — a finished, silo-grounded reply synthesized from the silo. The response is meant to be shown to the user verbatim.

Input

{ "silo_id": "uuid | 'default'", "question": "string" }

Output

{
  "answer": "string (show verbatim)",
  "_meta": { "silo_id": "uuid", "mode": "augmented",
             "citations": [...], "result_kind": "prose | enumeration" }
}

Policy

Owners can always ask their own silos; public/unlisted silos are askable by anyone.

Any silo_id parameter accepts either a UUID or the reserved alias "default" see how the default alias works.