You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/toolbox-core/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ from toolbox_core import ToolboxClient
190
190
from langchain_google_vertexai import ChatVertexAI
191
191
from langgraph.graph import StateGraph, MessagesState, START, END
192
192
from langgraph.prebuilt import ToolNode
193
+
from langchain.tools import StructuredTool
193
194
194
195
toolbox = ToolboxClient("http://127.0.0.1:5000")
195
196
tools =await toolbox.load_toolset()
@@ -417,4 +418,4 @@ This project is licensed under the Apache License 2.0. See the
417
418
418
419
# Support
419
420
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