mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
Fix a typo in the Task Guardrails section (#2043)
Co-authored-by: João Moura <joaomdmoura@gmail.com>
This commit is contained in:
@@ -268,7 +268,7 @@ analysis_task = Task(
|
|||||||
|
|
||||||
Task guardrails provide a way to validate and transform task outputs before they
|
Task guardrails provide a way to validate and transform task outputs before they
|
||||||
are passed to the next task. This feature helps ensure data quality and provides
|
are passed to the next task. This feature helps ensure data quality and provides
|
||||||
efeedback to agents when their output doesn't meet specific criteria.
|
feedback to agents when their output doesn't meet specific criteria.
|
||||||
|
|
||||||
### Using Task Guardrails
|
### Using Task Guardrails
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user