feat: add max_turns to recipe and subagent settings (#6687)
Signed-off-by: Jonathan Hult <Jonathan@JonathanHult.com>
This commit is contained in:
@@ -6087,6 +6087,11 @@
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"max_turns": {
|
||||
"type": "integer",
|
||||
"nullable": true,
|
||||
"minimum": 0
|
||||
},
|
||||
"temperature": {
|
||||
"type": "number",
|
||||
"format": "float",
|
||||
|
||||
Reference in New Issue
Block a user