We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b39cb commit a725140Copy full SHA for a725140
packages/trigger-sdk/src/v3/wait.ts
@@ -5,7 +5,6 @@ import {
5
ApiPromise,
6
ApiRequestOptions,
7
CompleteWaitpointTokenResponseBody,
8
- CreateWaitpointHttpCallbackResponseBody,
9
CreateWaitpointTokenRequestBody,
10
CreateWaitpointTokenResponse,
11
CreateWaitpointTokenResponseBody,
@@ -61,7 +60,7 @@ import { tracer } from "./tracer.js";
61
60
* await replicate.predictions.create({
62
* version: "27b93a2413e7f36cd83da926f3656280b2931564ff050bf9575f1fdf9bcd7478",
63
* input: {
64
- * prompt: "A painting of a cat by Any Warhol",
+ * prompt: "A painting of a cat by Andy Warhol",
65
* },
66
* // pass the provided URL to Replicate's webhook, so they can "callback"
67
* webhook: token.url,
0 commit comments