Skip to content

Commit

Permalink
docs(tutorial_langgraph.ipynb): fix duplicate description in LangGrap…
Browse files Browse the repository at this point in the history
…h tools section (#1659)

- Remove duplicate description "Create custom Python functions to act as
tools your AI application can use"

- Replace router description with more specific text about routing logic
and tool selection
  • Loading branch information
bwnyasse authored Jan 27, 2025
1 parent 9f583c4 commit 557cef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini/reasoning-engine/tutorial_langgraph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"This notebook covers the following steps:\n",
"\n",
"- **Define Tools**: Create custom Python functions to act as tools your AI application can use.\n",
"- **Define Router**: Create custom Python functions to act as tools your AI application can use.\n",
"- **Define Router**: Set up routing logic to control conversation flow and tool selection.\n",
"- **Build a LangGraph Application**: Structure your application using LangGraph, including the Gemini model and custom tools that you define.\n",
"- **Local Testing**: Test your LangGraph application locally to ensure functionality.\n",
"- **Deploying to Vertex AI**: Seamlessly deploy your LangGraph application to Reasoning Engine for scalable execution.\n",
Expand Down

0 comments on commit 557cef8

Please sign in to comment.