From d71d308a4ec75e1d9f09480972ee89bed0e8c89d Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:16:28 -0800 Subject: [PATCH] Update worker-binding-methods.mdx --- .../docs/ai-gateway/integrations/worker-binding-methods.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ai-gateway/integrations/worker-binding-methods.mdx b/src/content/docs/ai-gateway/integrations/worker-binding-methods.mdx index 237a7b0f9e2c8db..ba107b2ae4a4f10 100644 --- a/src/content/docs/ai-gateway/integrations/worker-binding-methods.mdx +++ b/src/content/docs/ai-gateway/integrations/worker-binding-methods.mdx @@ -108,7 +108,7 @@ const resp = await gateway.run({ ``` - **Returns**: `Promise` -- **Example Use Case**: Perform a universal AI request to any supported provider. +- **Example Use Case**: Perform a [universal request](/ai-gateway/providers/universal/) to any supported provider. ## Conclusion