From b76f271adfbd5e76781c41f23ff07584aa5fad6b Mon Sep 17 00:00:00 2001 From: DarshanDeshpande Date: Mon, 30 Dec 2024 20:38:15 -0500 Subject: [PATCH] Fix markdown table rendering --- docs/tools/patronusevaltool.mdx | 1 - docs/tools/patronuslocalevaluatortool.mdx | 1 - docs/tools/patronuspredefinedcriteriaevaltool.mdx | 5 ++--- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/tools/patronusevaltool.mdx b/docs/tools/patronusevaltool.mdx index 3e384e214..24bd970dc 100644 --- a/docs/tools/patronusevaltool.mdx +++ b/docs/tools/patronusevaltool.mdx @@ -1,4 +1,3 @@ - --- title: Patronus Eval Tool description: The `PatronusEvalTool` is designed to evaluate agent inputs, outputs and context with a contextually selected criteria and log results to app.patronus.ai diff --git a/docs/tools/patronuslocalevaluatortool.mdx b/docs/tools/patronuslocalevaluatortool.mdx index 42b96e574..90230b974 100644 --- a/docs/tools/patronuslocalevaluatortool.mdx +++ b/docs/tools/patronuslocalevaluatortool.mdx @@ -1,4 +1,3 @@ - --- title: Patronus Local Evaluator Tool description: The `PatronusLocalEvaluatorTool` is designed to evaluate agent inputs,outputs and context based on a user defined function and log evaluation results to [app.patronus.ai](http://app.patronus.ai) diff --git a/docs/tools/patronuspredefinedcriteriaevaltool.mdx b/docs/tools/patronuspredefinedcriteriaevaltool.mdx index 7bbda28be..ffde983e7 100644 --- a/docs/tools/patronuspredefinedcriteriaevaltool.mdx +++ b/docs/tools/patronuspredefinedcriteriaevaltool.mdx @@ -1,6 +1,5 @@ - --- -title: Patronus Eval Tool +title: Patronus Predefined Criteria Eval Tool description: The `PatronusPredefinedCriteriaEvalTool` is designed to evaluate agent outputs for a specific criteria on the Patronus platform. The evaluation results for this are logged to [app.patronus.ai](https://app.patronus.ai) icon: shield --- @@ -61,5 +60,5 @@ crew.kickoff() ## Conclusion Using `PatronusPredefinedCriteriaEvalTool`, users can conveniently evaluate the inputs, outputs and context provided to the agent. -Using patronus.ai, agents can choose from several of the pre-defined or custom defined criteria from the platform and evaluate their outputs, making it easier to debug agentic pipelines. +Using patronus.ai, agents can choose from several of the pre-defined or custom defined criteria from the Patronus platform and evaluate their outputs, making it easier to debug agentic pipelines. In the case where the user wants the agent to contextually select the criteria from the list available at [app.patronus.ai](https://app.patronus.ai) or if a local evaluation function is preferred (guide [here](https://docs.patronus.ai/docs/experiment-evaluators)), it is encouraged to use the `PatronusEvalTool` and `PatronusLocalEvaluatorTool` respectively. \ No newline at end of file