This commit is contained in:
William Fu-Hinthorn
2024-01-19 13:19:15 -08:00
parent c69f91895c
commit bd035e4112
@@ -5,7 +5,7 @@
"id": "a3e3ebc4-57af-4fe4-bdd3-36aff67bf276",
"metadata": {},
"source": [
"## Chat Bot Evaluation as Multi-agent Simulation\n",
"# Chat Bot Evaluation as Multi-agent Simulation\n",
"\n",
"When building a chat bot, such as a customer support assistant, it can be hard to properly evalute your bot's performance. It's time-consuming to have to manually interact with it intensively for each code change.\n",
"\n",
@@ -358,7 +358,7 @@
}
],
"source": [
"# These are the message from the final simulation state\n",
"gch # These are the message from the final simulation state\n",
"result[\"messages\"]"
]
},