Skip to content

Commit 69a7c37

Browse files
author
jinhaiyang
committed
【batch-api】支持自动删除input文件
1 parent 7ce74fa commit 69a7c37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zhipuai/types/batch_create_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ class BatchCreateParams(TypedDict, total=False):
3232

3333
metadata: Optional[Dict[str, str]]
3434
"""Optional custom metadata for the batch."""
35+
36+
auto_delete_input_file: Optional[bool]

0 commit comments

Comments
 (0)