Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 2.48 KB

File metadata and controls

9 lines (6 loc) · 2.48 KB

PlatformAgentsCreateRunRequest

Fields

Field Type Required Description Example
agentId String ✔️ ID of the agent to run.
platformAgentRunCreateRequest PlatformAgentRunCreateRequest ✔️ N/A {
"messages": [
{
"role": "USER",
"content": [
{
"text": "What is our parental leave policy?",
"type": "text"
}
]
}
]
}