Skip to content

Commit b839bc5

Browse files
authored
docs: Add complete e2e working quickstart link across all quickstart sections (#296)
1 parent 2725fd2 commit b839bc5

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/toolbox-core/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ if __name__ == "__main__":
9797
asyncio.run(main())
9898
```
9999

100+
> [!TIP]
101+
> For a complete, end-to-end example including setting up the service and using
102+
> an SDK, see the full tutorial: [**Toolbox Quickstart
103+
> Tutorial**](https://googleapis.github.io/genai-toolbox/getting-started/local_quickstart)
104+
100105
> [!IMPORTANT]
101106
> If you initialize `ToolboxClient` without providing an external session and
102107
> cannot use `async with`, you must explicitly close the client using `await

packages/toolbox-langchain/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ for s in agent.stream({"messages": [("user", prompt)]}, stream_mode="values"):
7373
message.pretty_print()
7474
```
7575

76+
> [!TIP]
77+
> For a complete, end-to-end example including setting up the service and using
78+
> an SDK, see the full tutorial: [**Toolbox Quickstart
79+
> Tutorial**](https://googleapis.github.io/genai-toolbox/getting-started/local_quickstart)
80+
7681
## Usage
7782

7883
Import and initialize the toolbox client.

packages/toolbox-llamaindex/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ async def run_agent():
6969
asyncio.run(run_agent())
7070
```
7171

72+
> [!TIP]
73+
> For a complete, end-to-end example including setting up the service and using
74+
> an SDK, see the full tutorial: [**Toolbox Quickstart
75+
> Tutorial**](https://googleapis.github.io/genai-toolbox/getting-started/local_quickstart)
76+
7277
## Usage
7378

7479
Import and initialize the toolbox client.

0 commit comments

Comments
 (0)