diff --git a/fern/docs/pages/metrics/all-metrics/single-turn/tool-correctness.mdx b/fern/docs/pages/metrics/all-metrics/single-turn/tool-correctness.mdx index c0e9ba0..3cc3928 100644 --- a/fern/docs/pages/metrics/all-metrics/single-turn/tool-correctness.mdx +++ b/fern/docs/pages/metrics/all-metrics/single-turn/tool-correctness.mdx @@ -22,9 +22,6 @@ These are the parameters you must supply in your test case to run evaluations fo The input supplied to your LLM agent. - - The final output your LLM agent generated for the given input. - A list of the tools called by your LLM agent in the order of their calling in a `ToolCall` instance.