We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7996d2 commit dc0fd29Copy full SHA for dc0fd29
1 file changed
evaluation_function/evaluation.py
@@ -365,7 +365,9 @@ def analyze_images(images, draw_images=True):
365
total_time = time.time() - start_total
366
367
if params.get('debug', False):
368
- # print response structure for debugging purposes
+ feedback_items.append(("TEST", "| Centered text |\n|:-------------:|\n| Hello woytfguyfgiuyftytfiufuytifuyttfuytyftyfityfifyttfiituyftfyifiytuituyfrld |"))
369
+
370
+ # print response structure for debugging purposes
371
try:
372
# use repr to avoid issues with binary data
373
append_feedback("DEBUG Response Structure:", f"--- DEBUG Response Structure ---\n{repr(response)}")
0 commit comments