You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers-ai/function-calling/embedded/examples/fetch.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ tags:
5
5
- AI
6
6
sidebar:
7
7
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.
Copy file name to clipboardExpand all lines: src/content/docs/workers-ai/function-calling/embedded/examples/kv.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ tags:
7
7
- AI
8
8
sidebar:
9
9
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.
10
11
---
11
12
12
13
Interact with persistent storage to retrieve or store information enables for powerful use cases.
13
14
14
15
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
-
16
16
## Pre-Requisites
17
17
18
18
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