get_task_result
Retrieve task results in a clean, model-friendly format. Optionally include raw output and separate filtered executor logs.
Instructions
Get a model-friendly result view, optionally including raw output.
With include_output=true, stdout/stderr are the agent's own output.
An executor runtime log (Antigravity's agy log) is returned separately
as executor_log, with its transport-level glog chatter filtered out —
folding it into stdout buried the agent's answer under hundreds of lines
of plumbing. Pass raw=true for the unfiltered persisted record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| run_id | Yes | ||
| include_output | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||