From 10bda65b947db1faa7572792e134088e0b3eb0f3 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 7 Feb 2025 09:55:48 -0800 Subject: [PATCH] Nuke use_proxy from code execution --- .../inline/tool_runtime/code_interpreter/code_execution.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/providers/inline/tool_runtime/code_interpreter/code_execution.py b/llama_stack/providers/inline/tool_runtime/code_interpreter/code_execution.py index b48f92d36..6f4b25b9d 100644 --- a/llama_stack/providers/inline/tool_runtime/code_interpreter/code_execution.py +++ b/llama_stack/providers/inline/tool_runtime/code_interpreter/code_execution.py @@ -67,7 +67,6 @@ def generate_bwrap_command(bind_dirs: List[str]) -> str: @dataclass class CodeExecutionContext: matplotlib_dump_dir: str - use_proxy: bool = False @dataclass