You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`agent_id`|*Optional[str]*|:heavy_minus_sign:| The ID of the agent to run. |
10
+
|`agent_id`|*str*|:heavy_check_mark:| The ID of the agent to run. |
11
11
|`input`| Dict[str, *Any*]|:heavy_minus_sign:| The input to the agent. |
12
12
|`messages`| List[[models.Message](../models/message.md)]|:heavy_minus_sign:| The messages to pass an input to the agent. |
13
13
|`status`|[Optional[models.AgentExecutionStatus]](../models/agentexecutionstatus.md)|:heavy_minus_sign:| The status of the run. One of 'error', 'success'. |
|`request`|[models.AgentRunCreate](../../models/agentruncreate.md)|:heavy_check_mark:| The request object to use for the request. |
159
+
|`agent_id`|*str*|:heavy_check_mark:| The ID of the agent to run. |
160
+
|`input`| Dict[str, *Any*]|:heavy_minus_sign:| The input to the agent. |
161
+
|`messages`| List[[models.Message](../../models/message.md)]|:heavy_minus_sign:| The messages to pass an input to the agent. |
160
162
|`retries`|[Optional[utils.RetryConfig]](../../models/utils/retryconfig.md)|:heavy_minus_sign:| Configuration to override the default retry behavior of the client. |
|`request`|[models.AgentRunCreate](../../models/agentruncreate.md)|:heavy_check_mark:| The request object to use for the request. |
200
+
|`agent_id`|*str*|:heavy_check_mark:| The ID of the agent to run. |
201
+
|`input`| Dict[str, *Any*]|:heavy_minus_sign:| The input to the agent. |
202
+
|`messages`| List[[models.Message](../../models/message.md)]|:heavy_minus_sign:| The messages to pass an input to the agent. |
199
203
|`retries`|[Optional[utils.RetryConfig]](../../models/utils/retryconfig.md)|:heavy_minus_sign:| Configuration to override the default retry behavior of the client. |
0 commit comments