Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
import decimalai decimalai.init(api_key="dai_sk_...") decimalai.submit_replay_result( task_id="rt_001", replayed_trace_id="trc_new_001", status="completed", )
decimalai replay run rb_abc123 --agent-fn my_app.agent:run
{ "status": "ok", "task_id": "rt_001", "eval_score": 0.94, "eval_verdict": "keep" }
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Submit the result of a replay task.
Enter your API key (e.g. dai_sk_test_key_001)
The body is of type Payload · object.
Payload · object
Successful Response