Files
langgraph/docs/docs/tutorials
YkohandGitHub 2f26268ff4 Fix issues in chatbot simulation evaluation tutorial (#3462)
## Description
While following the LangChain tutorial on [chatbot simulation
evaluation](https://langchain-ai.github.io/langgraph/tutorials/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation/),
I encountered some issues and made the following fixes to ensure proper
functionality:

1. Updated deprecated `run_on_dataset` to `evaluate` to resolve
PydanticUserError
- Following the migration guide:
https://docs.smith.langchain.com/old/evaluation/migration

2. Added missing `langchain_community` import

3. Added required `simulation_utils.py` file to docs directory
- Source:
https://github.com/langchain-ai/langgraph/blob/main/examples/chatbot-simulation-evaluation/simulation_utils.py

## Testing
Successfully ran the `langsmith-agent-simulation-evaluation.ipynb`
notebook without any errors.
2025-02-19 00:26:50 +00:00
..
2024-09-30 22:08:27 -04:00
2025-01-14 14:58:34 -05:00
2025-01-14 14:58:34 -05:00
2024-09-30 22:08:27 -04:00
2024-12-05 00:21:01 +00:00
2024-10-31 21:27:13 -07:00
2025-01-27 16:31:43 -05:00
2024-05-13 12:31:43 -07:00
2025-01-27 16:31:43 -05:00