From 17e25fb84251003306ea79076a968c14016ca853 Mon Sep 17 00:00:00 2001 From: Bradley Goodyear Date: Sun, 9 Feb 2025 18:23:52 -0500 Subject: [PATCH] Fix a typo in the Task Guardrails section (#2043) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Moura --- docs/concepts/tasks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/tasks.mdx b/docs/concepts/tasks.mdx index 4aa47c416..120f5d547 100644 --- a/docs/concepts/tasks.mdx +++ b/docs/concepts/tasks.mdx @@ -268,7 +268,7 @@ analysis_task = Task( 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 -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