Skip to content

Commit 2825581

Browse files
authored
chore: correct import in readme (#154)
1 parent 51f2e6f commit 2825581

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)