mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 15:38:08 -05:00
doc: Update README to improve Toolbox LangChain SDK installation instructions (#287)
Add the bash command to `pip install` the package directly in the README for a quicker start. Also add “SDK” after “Toolbox LangChain” to clearly show that “Toolbox LangChain” is an SDK. > [!NOTE] > We had released the PyPI package for Toolbox LangChain SDK as `toolbox-langchain` and not `toolbox-langchain-sdk` but it still makes sense to call it “Toolbox LangChain SDK” in natural language.
This commit is contained in:
@@ -78,5 +78,5 @@ You can load toolsets by name:
|
||||
all_tools = await client.aload_toolset()
|
||||
|
||||
# This will only load the tools listed in 'my_second_toolset'
|
||||
my_second_toolset = await aclient.load_toolset("my_second_toolset")
|
||||
my_second_toolset = await client.aload_toolset("my_second_toolset")
|
||||
```
|
||||
Reference in New Issue
Block a user