{ "cells": [ { "cell_type": "markdown", "id": "470c58c216122960", "metadata": {}, "source": [ "# Evaluating Documentation Agent\n", "\n", "In this recipe, we will be using taking our [Documentation Agent](https://github.com/Mirascope/mirascope/tree/dev/examples/cookbook/agents/documentation_agent/agent.py) example and running evaluations on the LLM call. We will be exploring various different evaluations we can run to ensure quality and expected behavior.\n", "\n", "
\n", "\n", "Check out the Documentation Agent Cookbook
\n", "\n",
"We will be using our DocumentationAgent
for our evaluations. For a detailed explanation regarding this code snippet, refer to the Documentation Agent Cookbook.\n",
"