Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1008 Bytes

File metadata and controls

12 lines (8 loc) · 1008 Bytes

AgentRunCreate

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.