I’m currently building an agent using the OpenAI Agent SDK, and the agent uses the code interpreter tool.
The problem is that I want to use the results from the code interpreter exactly as they are, but the agent seems to paraphrase or modify the output instead of using it directly.
Is there any way to ensure that the agent uses the raw output from the code interpreter without altering it?
In other words, is there a way to directly use the values computed by the code interpreter as-is?