{ "cells": [ { "cell_type": "markdown", "id": "110d7321613492f", "metadata": {}, "source": [ "# Evaluating Web Search Agent with LLM\n", "\n", "In this recipe, we will be using taking our [Web Search Agent Tutorial](../../agents/web_search_agent) and running evaluations on the LLM call. We will be exploring writing a context relevance test since that is one of the most important aspects of web search.\n", "\n", "
Mirascope Concepts Used
\n", "\n", "Check out the Web Search Agent Tutorial
\n", "\n",
"We will be using our WebAssistantAgent
for our evaluations. For a detailed explanation regarding this code snippet, refer to the Web Search Agent Tutorial.\n",
"