mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "OutputSubagentServerToolItem"
|
||||
---
|
||||
|
||||
An openrouter:subagent server tool output item
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
|
||||
| `error` | *Optional[str]* | :heavy_minus_sign: | Error message when the subagent task did not produce an outcome. | |
|
||||
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A | |
|
||||
| `model` | *Optional[str]* | :heavy_minus_sign: | Slug of the worker model that executed the task. | |
|
||||
| `outcome` | *Optional[str]* | :heavy_minus_sign: | The worker model's result (the outcome text returned to the delegating model). | |
|
||||
| `status` | [components.ToolCallStatus](../components/toolcallstatus.mdx) | :heavy_check_mark: | N/A | completed |
|
||||
| `task_description` | *Optional[str]* | :heavy_minus_sign: | The task description the delegating model sent to the worker. | |
|
||||
| `task_name` | *Optional[str]* | :heavy_minus_sign: | The short task identifier the delegating model supplied. | |
|
||||
| `type` | [components.OutputSubagentServerToolItemType](../components/outputsubagentservertoolitemtype.mdx) | :heavy_check_mark: | N/A | |
|
||||
Reference in New Issue
Block a user