TEN-framework / ten_framework

TEN, the Next-Gen AI-Agent Framework, the world's first truly real-time multimodal AI agent framework.
https://doc.theten.ai/
Other
346 stars 29 forks source link

[BUG] read float 0 from property.json lead to crash #298

Open plutoless opened 3 days ago

plutoless commented 3 days ago

Description

read float 0 from property.json lead to crash

Environment

linux

Steps to reproduce

set a variable in propperty.json to 0.0 use get_property_float to read it the app crashes

Expected behavior

it should work properly

Actual behavior

crash

Version

0.4.0

Severity

Critical

Additional Information

No response