mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-29 18:18:13 +00:00
docs: update TaskGuardrail doc strings
This commit is contained in:
@@ -19,7 +19,7 @@ class TaskGuardrailResult(BaseModel):
|
|||||||
|
|
||||||
|
|
||||||
class TaskGuardrail:
|
class TaskGuardrail:
|
||||||
"""A task that validates the output of another task using generated Python code.
|
"""It validates the output of another task using an LLM.
|
||||||
|
|
||||||
This class is used to validate the output from a Task based on specified criteria.
|
This class is used to validate the output from a Task based on specified criteria.
|
||||||
It uses an LLM to validate the output and provides a feedback if the output is not valid.
|
It uses an LLM to validate the output and provides a feedback if the output is not valid.
|
||||||
|
|||||||
Reference in New Issue
Block a user