Skip to content

Commit 9db2489

Browse files
authored
Update prompts.mdx
1 parent 313adef commit 9db2489

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/content/docs/agents/build/prompts.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ sidebar:
77

88
import { Tabs, TabItem, GlossaryTooltip, Type, Badge, TypeScriptExample } from "~/components";
99

10-
:::note
11-
12-
The prompt(s) here are examples and should be adapted to your specific use case. We'll continue to build out the prompts available here, including additional prompts for specific products and use-cases. The prompt may generate invalid code, configuration or other errors in some cases, and we recommend reviewing and testing the generated code before deploying it.
13-
14-
:::
15-
1610
## Prompting <Badge text="Beta" variant="caution" size="small" />
1711

1812
We're providing an extensive example prompt that can help you build apps and AI agents using Cloudflare Workers and your preferred AI model.
@@ -765,6 +759,14 @@ The prompt above adopts several best practices, including:
765759

766760
### Using the prompt
767761

762+
:::note
763+
764+
The prompt(s) here are examples and should be adapted to your specific use case. We'll continue to build out the prompts available here, including additional prompts for specific products.
765+
766+
Depending on the model and user prompt, it may generate invalid code, configuration or other errors, and we recommend reviewing and testing the generated code before deploying it.
767+
768+
:::
769+
768770
You can use the prompt in several ways:
769771

770772
* Within the user context window, with your own user prompt inserted between the `<user_prompt>` tags (**easiest**)

0 commit comments

Comments
 (0)