fix: add length/dec attributes to float/decimal fields in model definitions

This commit is contained in:
yumoqing 2026-05-07 10:39:26 +08:00
parent 3e33bc0924
commit 52f88239ed

View File

@ -92,6 +92,8 @@
"name": "default_temperature",
"title": "Default temperature for LLM calls",
"type": "float",
"length": 5,
"dec": 2,
"nullable": "no",
"default": "0.7"
},