We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b8630 commit 01f55aeCopy full SHA for 01f55ae
src/backend/common/utils/utils_kernel.py
@@ -38,7 +38,7 @@ async def create_RAI_agent() -> FoundryAgentTemplate:
38
agent_description=agent_description,
39
agent_instructions=agent_instructions,
40
model_deployment_name=model_deployment_name,
41
- enable_code_interpreter=True,
+ enable_code_interpreter=False,
42
mcp_config=None,
43
bing_config=None,
44
search_config=None
0 commit comments