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
Describe the bug
Code present in https://huggingface.co/learn/agents-course/unit2/langgraph/first_graph is not the same as in notebook https://huggingface.co/agents-course/notebooks/blob/main/unit2/langgraph/mail_sorting.ipynb
For example, email_category is missing in Step 2
To Reproduce
Compare code blocks in https://huggingface.co/learn/agents-course/unit2/langgraph/first_graph and https://huggingface.co/agents-course/notebooks/blob/main/unit2/langgraph/mail_sorting.ipynb
Additional context
LangGraph unit.
The text was updated successfully, but these errors were encountered:
Seems to be missing the LangFuse Step #6 from this commit.
The mdx has this section as Step #6, but the Jupyter seems to have it as Step #5 and it didn't get deployed, if that's a clue...
Sorry, something went wrong.
Hello:
It is indeed different, code from web than colab or github. an example:
you get an error: ValueError: 'draft_response' is already being used as a state key.
´draft_response´ should be replace in some places by something different.
No branches or pull requests
Describe the bug
Code present in https://huggingface.co/learn/agents-course/unit2/langgraph/first_graph is not the same as in notebook https://huggingface.co/agents-course/notebooks/blob/main/unit2/langgraph/mail_sorting.ipynb
For example, email_category is missing in Step 2
To Reproduce
Compare code blocks in https://huggingface.co/learn/agents-course/unit2/langgraph/first_graph and https://huggingface.co/agents-course/notebooks/blob/main/unit2/langgraph/mail_sorting.ipynb
Additional context
LangGraph unit.
The text was updated successfully, but these errors were encountered: