Spaces:
Running
Running
Update assistants.py
Browse files- assistants.py +0 -1
assistants.py
CHANGED
@@ -216,7 +216,6 @@ def extract_content_values(data):
|
|
216 |
|
217 |
for item in data.data:
|
218 |
for content in item.content:
|
219 |
-
# TODO: Handle other file types
|
220 |
if content.type == "text":
|
221 |
text_value = content.text.value
|
222 |
text_values.append(text_value)
|
|
|
216 |
|
217 |
for item in data.data:
|
218 |
for content in item.content:
|
|
|
219 |
if content.type == "text":
|
220 |
text_value = content.text.value
|
221 |
text_values.append(text_value)
|