fix: Body Cluster - PlaceholderType.TEXT_SUMMARY → INTERPRETED
All checks were successful
Deploy Development / deploy (push) Successful in 52s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 14s

- 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
This commit is contained in:
Lars 2026-04-02 19:11:06 +02:00
parent fbaaf08e29
commit 57800b686a

View File

@ -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)",