Skip to content

Commit bb2e17d

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents af30d90 + 2825581 commit bb2e17d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolbox-core/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ from toolbox_core import ToolboxClient
190190
from langchain_google_vertexai import ChatVertexAI
191191
from langgraph.graph import StateGraph, MessagesState, START, END
192192
from langgraph.prebuilt import ToolNode
193+
from langchain.tools import StructuredTool
193194

194195
toolbox = ToolboxClient("http://127.0.0.1:5000")
195196
tools = await toolbox.load_toolset()
@@ -417,4 +418,4 @@ This project is licensed under the Apache License 2.0. See the
417418

418419
# Support
419420

420-
If you encounter issues or have questions, check the existing [GitHub Issues](https://github.com/googleapis/genai-toolbox/issues) for the main Toolbox project.
421+
If you encounter issues or have questions, check the existing [GitHub Issues](https://github.com/googleapis/genai-toolbox/issues) for the main Toolbox project.

0 commit comments

Comments
 (0)