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 7ce74fa commit 69a7c37Copy full SHA for 69a7c37
zhipuai/types/batch_create_params.py
@@ -32,3 +32,5 @@ class BatchCreateParams(TypedDict, total=False):
32
33
metadata: Optional[Dict[str, str]]
34
"""Optional custom metadata for the batch."""
35
+
36
+ auto_delete_input_file: Optional[bool]
0 commit comments