You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs says that enums with descriptions will be rendered as:
MyEnum
--
---
Value1 // The first value
Value2 // The second value
however in 0.72.0 I see the following format:
MyEnum
--
---
Value1: The first value
Value2: The second value
Not sure how important is that but in logs I see that LLM tries to use value with comment "Value1: The first value" and it is correctly parsed by baml. So yeah, maybe it is not a big deal. However maybe using // would be better approach as it may be perceived as comment by LLM.
The text was updated successfully, but these errors were encountered:
Docs says that enums with descriptions will be rendered as:
however in 0.72.0 I see the following format:
Not sure how important is that but in logs I see that LLM tries to use value with comment "Value1: The first value" and it is correctly parsed by baml. So yeah, maybe it is not a big deal. However maybe using
//
would be better approach as it may be perceived as comment by LLM.The text was updated successfully, but these errors were encountered: