ask_oracle
Get unbiased, entropy-driven answers for random picks or simple decisions using a verifiable oracle. Read-only, no side effects.
Instructions
Ask the Platon oracle for a grounded, entropy-derived read-only answer.
Use for lightweight oracle-mediated decisions (e.g. an unbiased pick among options). Read-only —
no side effects, no state change.
Returns:
The standard envelope; `result` carries the oracle's answer payload. Cost ~$0.003 USDC.
Example:
ask_oracle(question="Pick one at random: red, green, or blue?")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | A question to answer from the oracle's entropy/state. Read-only; no side effects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |