microsoft / TaskWeaver

A code-first agent framework for seamlessly planning and executing data analytics tasks.

Home Page:https://microsoft.github.io/TaskWeaver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No memory using only code_interperter (without planner)

gerglitzen opened this issue · comments

I'm using

  "execution_service.kernel_mode": "local",
  "session.roles": ["code_interpreter"]

I face into the problem, that in this way, the app do not has memory. I looked back the log files, and I found that the prompts are extended with my questions, but with the app's answer no.
image
(There are just user messages but assistant answer is missing

For example, I ask which day is today, and than ask back. I tried both from UI both from code using as a library:
UI

Am I missing something from the config file, or how can I solve this?

You are right and I think this is caused by a bug. Will fix it.