bstraehle commited on
Commit
07c575e
·
verified ·
1 Parent(s): 6ef2c2b

Update assistants.py

Browse files
Files changed (1) hide show
  1. assistants.py +1 -0
assistants.py CHANGED
@@ -216,6 +216,7 @@ def extract_content_values(data):
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)
 
216
 
217
  for item in data.data:
218
  for content in item.content:
219
+ print(f"#####{content.type}")
220
  if content.type == "text":
221
  text_value = content.text.value
222
  text_values.append(text_value)