We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c1121 commit 5881a6cCopy full SHA for 5881a6c
1 file changed
volcenginesdkarkruntime/types/content_generation/content_generation_task.py
@@ -45,3 +45,9 @@ class ContentGenerationTask(BaseModel):
45
46
updated_at: int
47
"""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