fix: Body Cluster - PlaceholderType.TEXT_SUMMARY → INTERPRETED
- 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:
parent
fbaaf08e29
commit
57800b686a
|
|
@ -1155,7 +1155,7 @@ def register_body_metrics():
|
||||||
unit="text",
|
unit="text",
|
||||||
time_window="latest",
|
time_window="latest",
|
||||||
output_type=OutputType.TEXT_SUMMARY,
|
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)'",
|
format_hint="String: '18.7% (jackson_pollock am 2026-03-30)'",
|
||||||
example_output="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",
|
unit="text",
|
||||||
time_window="mixed",
|
time_window="mixed",
|
||||||
output_type=OutputType.TEXT_SUMMARY,
|
output_type=OutputType.TEXT_SUMMARY,
|
||||||
placeholder_type=PlaceholderType.TEXT_SUMMARY,
|
placeholder_type=PlaceholderType.INTERPRETED,
|
||||||
format_hint="String mit allen verfügbaren Messpunkten und Alter",
|
format_hint="String mit allen verfügbaren Messpunkten und Alter",
|
||||||
example_output="Nacken 38.0cm (vor 2 Tagen), Taille 85.2cm (vor 5 Tagen)",
|
example_output="Nacken 38.0cm (vor 2 Tagen), Taille 85.2cm (vor 5 Tagen)",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user