We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
agent-book/chapter12/single_path_plan_generation/main.py
Lines 20 to 21 in a3c0f60
agent-book/chapter12/multi_path_plan_generation/main.py
Lines 26 to 27 in a3c0f60
など、pyndantic.Field クラスで、
に値を設定している箇所があります。 ただ、pydantic v2.9.2 では、そのパラメタは存在しません。 代わりなのかはわからないですが、下記は存在します。
min_length: int | None = _Unset, max_length: int | None = _Unset,
いつの間にかアップデートが入ったのか、はたまた、LangGraphではそういう使い方をするのか判断がつかなかったのでご連絡した次第です。
少なくとも、jupyterから実行したときにエラーは出ませんでした。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
agent-book/chapter12/single_path_plan_generation/main.py
Lines 20 to 21 in a3c0f60
agent-book/chapter12/multi_path_plan_generation/main.py
Lines 26 to 27 in a3c0f60
など、pyndantic.Field クラスで、
に値を設定している箇所があります。
ただ、pydantic v2.9.2 では、そのパラメタは存在しません。
代わりなのかはわからないですが、下記は存在します。
いつの間にかアップデートが入ったのか、はたまた、LangGraphではそういう使い方をするのか判断がつかなかったのでご連絡した次第です。
少なくとも、jupyterから実行したときにエラーは出ませんでした。
The text was updated successfully, but these errors were encountered: