Skip to content

Commit 3d7387c

Browse files
Hyperlint Automation: Meta Description Fixes (#20652)
* Fix issue: WorkspaceTaskSubType.META_DESCRIPTION * Fix issue: WorkspaceTaskSubType.META_DESCRIPTION --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 3293b30 commit 3d7387c

File tree

2 files changed

+2
-1
lines changed
  • src/content/docs/workers-ai/function-calling/embedded/examples

2 files changed

+2
-1
lines changed

src/content/docs/workers-ai/function-calling/embedded/examples/fetch.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tags:
55
- AI
66
sidebar:
77
order: 4
8+
description: Learn how to use the fetch() handler in Cloudflare Workers AI to enable LLMs to perform API calls, like retrieving a 5-day weather forecast using function calling.
89

910
---
1011

src/content/docs/workers-ai/function-calling/embedded/examples/kv.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ tags:
77
- AI
88
sidebar:
99
order: 6
10+
description: Learn how to use Cloudflare Workers AI to interact with KV storage, enabling persistent data handling with embedded function calling in a few lines of code.
1011
---
1112

1213
Interact with persistent storage to retrieve or store information enables for powerful use cases.
1314

1415
In this example we show how embedded function calling can interact with other resources on the Cloudflare Developer Platform with a few lines of code.
15-
1616
## Pre-Requisites
1717

1818
For this example to work, you need to provision a [KV](/kv/) namespace first. To do so, follow the [KV - Get started ](/kv/get-started/) guide.

0 commit comments

Comments
 (0)