Skip to content

Commit 7b8d9df

Browse files
committed
Update OpenAPI spec codegen-sh/cloud@1e8df0c
1 parent 1e8df0c commit 7b8d9df

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/api-reference/openapi3.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,22 @@
23742374
],
23752375
"title": "Model",
23762376
"description": "Model to use for this agent run (optional, uses org default if not specified)"
2377+
},
2378+
"agent_type": {
2379+
"anyOf": [
2380+
{
2381+
"type": "string",
2382+
"enum": [
2383+
"codegen",
2384+
"claude_code"
2385+
]
2386+
},
2387+
{
2388+
"type": "null"
2389+
}
2390+
],
2391+
"title": "Agent Type",
2392+
"description": "Type of agent to use for this agent run (optional, uses org default if not specified)"
23772393
}
23782394
},
23792395
"type": "object",

0 commit comments

Comments
 (0)