Skip to content

Commit 5881a6c

Browse files
committed
feat: add seed and revised prompt
1 parent d5c1121 commit 5881a6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

volcenginesdkarkruntime/types/content_generation/content_generation_task.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ class ContentGenerationTask(BaseModel):
4545

4646
updated_at: int
4747
"""The Unix timestamp when the task was last updated."""
48+
49+
seed: int
50+
"""The seed used in the model."""
51+
52+
revised_prompt: str
53+
"""The revised prompt the model uses to generate content"""

0 commit comments

Comments
 (0)