Skip to content

Commit 264a5b4

Browse files
author
BitsAdmin
committed
Merge branch 'feat/ark-content-generation-flf2v' into 'integration_2025-05-08_884445172226'
feat: [development task] ark runtime (1207499) See merge request iaasng/volcengine-python-sdk!594
2 parents ee9529f + 5609036 commit 264a5b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

volcenginesdkarkruntime/types/content_generation/create_task_content_param.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class CreateTaskContentImageDataParam(TypedDict):
2626
class CreateTaskContentImageParam(TypedDict):
2727
type: Literal["image_url"]
2828
image_url: CreateTaskContentImageDataParam
29+
role: str
2930
"""Image data object containing image URL."""
3031

3132

volcenginesdkexamples/volcenginesdkarkruntime/content_generation_tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"image_url": {
2222
"url": "${YOUR_IMAGE_URL}"
2323
},
24+
# "role": "first_frame"
2425
}
2526
]
2627
)

0 commit comments

Comments
 (0)