We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8df0c commit 7b8d9dfCopy full SHA for 7b8d9df
docs/api-reference/openapi3.json
@@ -2374,6 +2374,22 @@
2374
],
2375
"title": "Model",
2376
"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)"
2393
}
2394
},
2395
"type": "object",
0 commit comments