From 52f88239ed64ebbcd0fd79457ae628ce88056c2a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 7 May 2026 10:39:26 +0800 Subject: [PATCH] fix: add length/dec attributes to float/decimal fields in model definitions --- models/harnessed_agent_config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/harnessed_agent_config.json b/models/harnessed_agent_config.json index d779df3..9675349 100644 --- a/models/harnessed_agent_config.json +++ b/models/harnessed_agent_config.json @@ -92,6 +92,8 @@ "name": "default_temperature", "title": "Default temperature for LLM calls", "type": "float", + "length": 5, + "dec": 2, "nullable": "no", "default": "0.7" },