chore: format code
This commit is contained in:
parent
7368342bab
commit
fc3ffb2bf9
2 changed files with 8 additions and 0 deletions
|
|
@ -1518,6 +1518,10 @@ export type Config = {
|
||||||
* Tools that should only be available to primary agents.
|
* Tools that should only be available to primary agents.
|
||||||
*/
|
*/
|
||||||
primary_tools?: Array<string>
|
primary_tools?: Array<string>
|
||||||
|
/**
|
||||||
|
* Continue the agent loop when a tool call is denied
|
||||||
|
*/
|
||||||
|
continue_loop_on_deny?: boolean
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8279,6 +8279,10 @@
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"continue_loop_on_deny": {
|
||||||
|
"description": "Continue the agent loop when a tool call is denied",
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue