fix: add length/dec attributes to float/decimal fields in model definitions
This commit is contained in:
parent
3e33bc0924
commit
52f88239ed
@ -92,6 +92,8 @@
|
|||||||
"name": "default_temperature",
|
"name": "default_temperature",
|
||||||
"title": "Default temperature for LLM calls",
|
"title": "Default temperature for LLM calls",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
"length": 5,
|
||||||
|
"dec": 2,
|
||||||
"nullable": "no",
|
"nullable": "no",
|
||||||
"default": "0.7"
|
"default": "0.7"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user