Payload for creating a run.
| Field | Type | Required | Description |
|---|---|---|---|
agent_id |
str | ✔️ | The ID of the agent to run. |
input |
Dict[str, Any] | ➖ | The input to the agent. |
messages |
List[models.Message] | ➖ | The messages to pass an input to the agent. |
Payload for creating a run.
| Field | Type | Required | Description |
|---|---|---|---|
agent_id |
str | ✔️ | The ID of the agent to run. |
input |
Dict[str, Any] | ➖ | The input to the agent. |
messages |
List[models.Message] | ➖ | The messages to pass an input to the agent. |