mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-23 08:02:23 +02:00
title
This commit is contained in:
@@ -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\"]"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user