mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-24 15:48:23 +00:00
Fix markdown table rendering
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user