Can the CodeInterpreterTool return an image file? #5129
-
|
I'm able to run the CodeInterpreter, send it some CSV to analyze and have it generate a graph, but I can't find any way to retrieve the image. AgentResponse seems to only return the text, including the generated Python source code. I've found some old docs about AF returning Artifacts and ToolRestultContent, but they all appear to be out of date. None of the Messages or their related Content seem to contain any binary data. The text result shows a path to the generated file in the Linux sandbox. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
If an image was created by the code interpreter and you have no way to get a handle to it so you can download it, that looks like a gap/bug. I will turn this into an issue so we can track it, work on repro'ing it, and looking at a fix (if required). |
Beta Was this translation helpful? Give feedback.
@MikeYeager please follow along with #5225. I will close this out so we don't track it in multiple places.