Replies: 1 comment 1 reply
-
The setting is to toggle the visibility of the Code Interpreter UI components. It calls the tool manually when clicking it, it doesn't matter whether the LLM can run tools or not. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I did not wish to set the code_interpreter against non-agentic endpoints hence I disabled it using this config-
runCode: false
then I observed I am not getting the run code in the code snippet generated apart from copy code.
But if I set to- runCode: true , then I get the Run code option as in documentation.
For non agentic endpoints-
For agents-
So the question is- Do I have to set it true to get the code execution.
Beta Was this translation helpful? Give feedback.
All reactions