Skip to content

Commit b793a0a

Browse files
Update src/content/changelogs-next/2025-01-26-worker-binding-methods.mdx
Co-authored-by: Matt Silverlock <[email protected]>
1 parent f9fd63d commit b793a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelogs-next/2025-01-26-worker-binding-methods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ date: 2025-01-26T14:00:00Z
88

99
AI Gateway now exposes a native Workers bindings API, allowing you to connect Workers applications to AI Gateway directly. These methods simplify how Workers calls AI services behind your AI Gateway configurations, removing the need to use the REST API and manually authenticate.
1010

11-
To utilize these features, you need to add an AI binding to your Worker. In your `wrangler.toml` or `wrangler.json` file, include the following:
11+
To add an AI binding to your Worker, include the following in your `wrangler.toml` or `wrangler.json` file:
1212

1313
![Add an AI binding to your Worker.](~/assets/images/ai-gateway/add-binding.png)
1414

0 commit comments

Comments
 (0)