Skip to content

Commit 5d6a70e

Browse files
Add file_type on conversation creation
1 parent c06a303 commit 5d6a70e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/diffgram/file/conversational.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ def __init__(self, project, name):
55
self.parent = CompoundFile(
66
project=project,
77
name=name,
8-
directory_id=project.default_directory.id
8+
directory_id=project.default_directory.id,
9+
file_type="compound/conversational"
910
)
1011

1112
self.messgaes_meta = []

0 commit comments

Comments
 (0)