codeinterpreter-api icon indicating copy to clipboard operation
codeinterpreter-api copied to clipboard

Give Agent more context

Open shroominic opened this issue 1 year ago • 1 comments

Input more context like

  • all the files in the current working directory (cwd) or
  • all the available variables in the codebox kernel to improve muilti step actions like analyzing a dataset or doing stuff with multiple files at once.

shroominic avatar Jul 16 '23 11:07 shroominic

Context awareness (it can refer to your previous messages) is something I need. Some context: A huge use case of code interpretor is multi-exchange as in multiple messages sent to the LLM appended with actions performed. For example analytics on raw data extracted in csv or xlsx or sql and so on. @shroominic It seems that the latest version does not remember conversation context, unlike Open AI's code interpretor. Is this assumption fair and is this the issue where you are thinking of adding this feature?

absin-lt avatar Aug 07 '23 10:08 absin-lt