jan/web-app/src/locales/en/tools.json
Faisal Amir 25952f293c
enhancement: auto focus always allow action from tool approval dialog and add req parameters (#5836)
* enhancement: auto focus always allow action from tool approval dialog

* chore: error handling tools parameters

* chore: update test button focus cases
2025-07-22 12:17:53 +07:00

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"
}
}