From 57800b686a89d58c19159be58c2cb18620f63e2b Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 2 Apr 2026 19:11:06 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Body=20Cluster=20-=20PlaceholderType.TEX?= =?UTF-8?q?T=5FSUMMARY=20=E2=86=92=20INTERPRETED?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - caliper_summary + circ_summary used invalid PlaceholderType.TEXT_SUMMARY - TEXT_SUMMARY is OutputType, not PlaceholderType - Changed to PlaceholderType.INTERPRETED (summaries interpret raw data) Valid PlaceholderType values: ATOMIC, RAW_DATA, INTERPRETED, SCORE, META Valid OutputType values: NUMERIC, STRING, BOOLEAN, JSON, LIST, TEXT_SUMMARY --- backend/placeholder_registrations/body_metrics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/placeholder_registrations/body_metrics.py b/backend/placeholder_registrations/body_metrics.py index 4c2d75a..b3087eb 100644 --- a/backend/placeholder_registrations/body_metrics.py +++ b/backend/placeholder_registrations/body_metrics.py @@ -1155,7 +1155,7 @@ def register_body_metrics(): unit="text", time_window="latest", output_type=OutputType.TEXT_SUMMARY, - placeholder_type=PlaceholderType.TEXT_SUMMARY, + placeholder_type=PlaceholderType.INTERPRETED, format_hint="String: '18.7% (jackson_pollock am 2026-03-30)'", example_output="18.7% (jackson_pollock am 2026-03-30)", @@ -1239,7 +1239,7 @@ def register_body_metrics(): unit="text", time_window="mixed", output_type=OutputType.TEXT_SUMMARY, - placeholder_type=PlaceholderType.TEXT_SUMMARY, + placeholder_type=PlaceholderType.INTERPRETED, format_hint="String mit allen verfügbaren Messpunkten und Alter", example_output="Nacken 38.0cm (vor 2 Tagen), Taille 85.2cm (vor 5 Tagen)",