mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-21 10:26:25 +00:00
docs: fix human_input oversight claims in security guide
Section 5 of the Security Best Practices guide incorrectly framed human_input=True as pre-execution approval for irreversible tools. Clarify that it gates final answer review after tools have run, and point readers to tool hooks, execution hooks, and @human_feedback for true pre-execution gates. Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
This commit is contained in:
@@ -156,7 +156,8 @@
|
||||
"icon": "gear",
|
||||
"pages": [
|
||||
"edge/en/guides/advanced/customizing-prompts",
|
||||
"edge/en/guides/advanced/fingerprinting"
|
||||
"edge/en/guides/advanced/fingerprinting",
|
||||
"edge/en/guides/advanced/security-best-practices"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -13400,7 +13401,8 @@
|
||||
"icon": "gear",
|
||||
"pages": [
|
||||
"edge/pt-BR/guides/advanced/customizing-prompts",
|
||||
"edge/pt-BR/guides/advanced/fingerprinting"
|
||||
"edge/pt-BR/guides/advanced/fingerprinting",
|
||||
"edge/pt-BR/guides/advanced/security-best-practices"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -25750,7 +25752,8 @@
|
||||
"icon": "gear",
|
||||
"pages": [
|
||||
"edge/ko/guides/advanced/customizing-prompts",
|
||||
"edge/ko/guides/advanced/fingerprinting"
|
||||
"edge/ko/guides/advanced/fingerprinting",
|
||||
"edge/ko/guides/advanced/security-best-practices"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -38520,7 +38523,8 @@
|
||||
"icon": "gear",
|
||||
"pages": [
|
||||
"edge/ar/guides/advanced/customizing-prompts",
|
||||
"edge/ar/guides/advanced/fingerprinting"
|
||||
"edge/ar/guides/advanced/fingerprinting",
|
||||
"edge/ar/guides/advanced/security-best-practices"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user