* ✨enhancement: auto focus always allow action from tool approval dialog
* chore: error handling tools parameters
* chore: update test button focus cases
12 lines
424 B
JSON
12 lines
424 B
JSON
{
|
|
"toolApproval": {
|
|
"title": "Tool Approval Required",
|
|
"description": "The assistant wants to use",
|
|
"securityNotice": "Malicious tools or conversation content could potentially trick the assistant into attempting harmful actions. Review each tool call carefully before approving.",
|
|
"deny": "Deny",
|
|
"allowOnce": "Allow Once",
|
|
"alwaysAllow": "Always Allow",
|
|
"parameters": "Tool Parameters"
|
|
}
|
|
}
|