get_task_result
Get a task result in a model-friendly view, separating agent stdout/stderr from a filtered executor log. Set raw=true to access the unfiltered persisted record.
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 | |||