SUBMIT DELIVERABLE¶
Register your FINAL deliverable for this task. You MUST call this before ending your turn. Put the COMPLETE artifact in content. The system validates and persists it; if it returns an Error, fix the issue described and call submit_deliverable again.
When to use¶
Tagged: agent, deliverable, autonomous, report.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Content | content | string | — | ✓ | The COMPLETE deliverable artifact (e.g. the full markdown report, or the report-template outline JSON). |
| Summary | summary | string | — | Optional one-line summary of the deliverable. | |
| Deliverable Kind | deliverable_kind | string | — | INJECTED by the orchestrator (markdown_report / simlytiks_template). Not agent-supplied. | |
| Deliverable Sim Id | deliverable_sim_id | string | — | INJECTED by the orchestrator. Not agent-supplied. | |
| Deliverable User Id | deliverable_user_id | string | — | INJECTED by the orchestrator. Not agent-supplied. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Status | status | string | Success: <msg> on success; Error: <actionable msg> when the deliverable is missing/invalid (the agent reads this to know whether to retry). |
| Deliverable Status | deliverable_status | string | success / error |
| Deliverable Id | deliverable_id | string | Id of the persisted artifact on success. |
| Deliverable Kind | deliverable_kind | string | The kind that was registered. |
Auto-generated from platform schema. Worker id: submit_deliverable. Schema hash: d9fb8d2e33cd. Hand-curated docs in workerexamples/ override this page when present.