Skip to content

Commit 2288f3b

Browse files
committed
Added vercel payload instructions
1 parent f0afbee commit 2288f3b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/examples/vercel-ai-sdk.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ export const openaiTask = task({
4141
},
4242
});
4343
```
44+
45+
### Testing
46+
47+
You can test this task by running it with the following payload:
48+
49+
```json
50+
{
51+
"prompt": "What is the meaning of life?"
52+
}
53+
```

0 commit comments

Comments
 (0)