Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.87 KB

File metadata and controls

13 lines (9 loc) · 1.87 KB

AgentRun

Payload for creating a run.

Fields

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.
status Optional[models.AgentExecutionStatus] The status of the run. One of 'error', 'success'.