mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 07:32:25 +02:00
- Added a validator to sanitize 'name' fields and prevent string_pattern_mismatch errors. - Replaced deprecated `dict` method with `model_dump` in line with Pydantic v2.0 migration guidelines. - Updated gen_perspectives_chain and gen_queries_chain to ensure compatibility with structured output and include raw data where needed. This allows use of fast_llm across the notebook. --------- Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>