Skip to content

Commit f196de9

Browse files
committed
lint
1 parent 9d35164 commit f196de9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/toolbox-core/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ print(result)
176176
> often leading to better performance and resource utilization, especially in
177177
> applications handling concurrent requests.
178178
179-
180-
181179
## Use with LangGraph
182180

183181
The Toolbox Core SDK integrates smoothly with frameworks like LangGraph,
@@ -241,6 +239,7 @@ platforms like Cloud Run, GKE, or any environment where unauthenticated access
241239
This client-to-server authentication ensures that the Toolbox server can verify the identity of the client making the request before any tool is loaded or called. It is different from [Authenticating Tools](#authenticating-tools), which deals with providing credentials for specific tools within an already connected Toolbox session.
242240

243241
### When is Client-to-Server Authentication Needed?
242+
244243
You'll need this type of authentication if your Toolbox server is configured to deny unauthenticated requests. For example:
245244

246245
- Your Toolbox server is deployed on Cloud Run and configured to "Require authentication."
@@ -310,7 +309,6 @@ For Toolbox servers hosted on Google Cloud (e.g., Cloud Run) and requiring
310309
# Now, you can use the client as usual.
311310
```
312311

313-
314312
## Authenticating Tools
315313

316314
> [!WARNING]

0 commit comments

Comments
 (0)