[bug]K-AI may forget `f(X) appended columns` when using multiple expressions

Description:

Steps to reproduce:

  1. I get first expression, sum_of_float

  2. In Expression 2, I ask K-AI sin of sum_of_float, it always give me sin($["Universe_0_0"] + $["Universe_0_1"] + $["Universe_1_0"] + $["Universe_1_1"]) instead of sin($["sum_of_float"])

So I guess that in the second expression, K-AI forgot to append the information of f(X) appended columns in the prompt

Actual results:

Expected results:

Attachments:

OS:

Dear @HaveF,

Thank you for reporting this issue. We created a ticket to fix it: AP-23659

1 Like

Internal ticket ID: AP-23659
Summary: K-AI code suggestions in multi-expression context doesn’t know about columns added before the current expression
Fix version(s): 5.5.0