Skip to content

Commit 7accaa4

Browse files
committed
Made the prompts more consistent
1 parent 4b0af64 commit 7accaa4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/examples/dall-e3-generate-image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function generateImagePrompt(theme: string, description: string): any {
6767

6868
## Testing
6969

70-
You can test this task by running it with the following payload:
70+
To test this task, you can use the following payload:
7171

7272
```json
7373
{

docs/examples/open-ai-with-retrying.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const openaiTask = task({
4747

4848
## Testing
4949

50-
You can test this task by running it with the following payload:
50+
To test this task, you can use the following payload:
5151

5252
```json
5353
{

docs/examples/resend-email-sequence.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const emailSequence = task({
7272

7373
### Testing
7474

75-
You can test this task by running it with the following payload:
75+
To test this task, you can use the following payload:
7676

7777
```json
7878
{

docs/examples/sharp-image-processing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const sharpProcessImage = task({
122122

123123
### Testing
124124

125-
You can test this task by running it with the following payload:
125+
To test this task, use this payload structure:
126126

127127
```json
128128
{

docs/examples/vercel-ai-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const openaiTask = task({
4444

4545
### Testing
4646

47-
You can test this task by running it with the following payload:
47+
To test this task, you can use the following payload:
4848

4949
```json
5050
{

0 commit comments

Comments
 (0)