[PR #203] [MERGED] Add Chat Bot Simulation Example #206

Closed
opened 2026-02-21 17:16:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-cookbook/pull/203
Author: @hinthornw
Created: 3/7/2024
Status: Merged
Merged: 3/7/2024
Merged by: @hinthornw

Base: mainHead: wfh/simulation


📝 Commits (4)

📊 Changes

5 files changed (+670 additions, -30 deletions)

View changed files

📝 README.md (+36 -18)
📝 testing-examples/README.md (+27 -12)
testing-examples/chatbot-simulation/chatbot-simulation.ipynb (+404 -0)
testing-examples/chatbot-simulation/img/virtual_user_diagram.png (+0 -0)
testing-examples/chatbot-simulation/simulation_utils.py (+203 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-cookbook/pull/203 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/simulation` --- ### 📝 Commits (4) - [`7a3bcc9`](https://github.com/langchain-ai/langsmith-cookbook/commit/7a3bcc9e2fcf04cc3169b3b929477d61f8cbd593) gs - [`2a84d89`](https://github.com/langchain-ai/langsmith-cookbook/commit/2a84d89edb4c03d44b7c10d197e8ab000897ab14) README - [`322ff61`](https://github.com/langchain-ai/langsmith-cookbook/commit/322ff61ca6e056ed65cf7124c756c7a1731fb928) readme - [`0a81fff`](https://github.com/langchain-ai/langsmith-cookbook/commit/0a81fff26ce195581cea9064ee5c2e6f0ad6cf02) add file ### 📊 Changes **5 files changed** (+670 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+36 -18) 📝 `testing-examples/README.md` (+27 -12) ➕ `testing-examples/chatbot-simulation/chatbot-simulation.ipynb` (+404 -0) ➕ `testing-examples/chatbot-simulation/img/virtual_user_diagram.png` (+0 -0) ➕ `testing-examples/chatbot-simulation/simulation_utils.py` (+203 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 17:16:34 -05:00
yindo closed this issue 2026-02-21 17:16:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-cookbook#206