Skip to content

Commit 882048d

Browse files
feat: add aag callback example
1 parent 510a16e commit 882048d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

volcengine-java-sdk-ark-runtime/test/java/com/volcengine/ark/runtime/ContentGenerationTaskExample.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public static void main(String[] args) {
5050
CreateContentGenerationTaskRequest createRequest = CreateContentGenerationTaskRequest.builder()
5151
.model(model)
5252
.content(contents)
53+
// .callbackUrl("YOUR CALLBACK URL")
5354
.build();
5455

5556
// send create request

0 commit comments

Comments
 (0)