microsoft/semantic-kernel

Is it possible to get the output from a tool like CodeInterpreter using the new Agents.OpenAI framework

Opened this issue · 0 comments

Discussed in #6114

Originally posted by rwhitworth127 May 3, 2024
I have run the samples to use the OpenAIAssistantAgent to retrieve the messages from the assistant on the thread. However, if I use the Azure Assistants Playground (or the OpenAI assistants interface at OpenAI), I can see where the tool itself is generating messages (for example, the code it ran and the results).
Is this something I can access currently with the framework? If not, are there plans to do this? Is it even exposed at a level I could write this myself?