Skip to content

Commit d2dbe0d

Browse files
authored
Update 2025-01-26-worker-binding-methods.mdx (cloudflare#19571)
fixed small typo + added link to Universal endpoint
1 parent 718c082 commit d2dbe0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ products:
66
date: 2025-01-30T14:00:00Z
77
---
88

9-
We have released new,[Workers bindings API](/ai-gateway/integrations/worker-binding-methods/), 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.
9+
We have released new [Workers bindings API methods](/ai-gateway/integrations/worker-binding-methods/), 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

1111
To add an AI binding to your Worker, include the following in your `wrangler.toml` or `wrangler.json` file:
1212

@@ -16,7 +16,7 @@ With the new AI Gateway binding methods, you can now:
1616

1717
- Send feedback and update metadata with `patchLog`.
1818
- Retrieve detailed log information using `getLog`.
19-
- Execute universal requests to any AI Gateway provider with `run`.
19+
- Execute [universal requests](/ai-gateway/providers/universal/) to any AI Gateway provider with `run`.
2020

2121
For example, to send feedback and update metadata using `patchLog`:
2222

0 commit comments

Comments
 (0)