docs: update task guardrails str docs

This commit is contained in:
Lucas Gomide
2025-04-30 11:24:29 -03:00
parent 77eb69a24a
commit 4f6ab1f579

View File

@@ -26,7 +26,6 @@ class TaskGuardrail:
Args:
description (str): The description of the validation criteria.
task (Task, optional): The task whose output needs validation.
llm (LLM, optional): The language model to use for code generation.
"""