Jaseci-Labs/jaclang

[BUG] AOTT raise omitting semstring info in incl_info

Opened this issue · 0 comments

Describe the bug

  • In by LLM feature, when information is included in incl_info, the semstring information about the said information are omitted in AOTT_raise.

To Reproduce
glob y: 'an 8 bit binary encoded decimal':str = '001 101 110;
can 'convert to decimal' bin2dec -> 'decimal value':int by llm(incl_info=y);

  • The semstring information for the 'y' variable will not be included

Jaclang/Python Version

  • Installed from source/3.11