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 f2f5279 commit 768ba33Copy full SHA for 768ba33
veadk/tools/builtin_tools/run_code.py
@@ -27,6 +27,7 @@
27
28
def run_code(code: str, language: str, tool_context: ToolContext) -> str:
29
"""Run code in a code sandbox and return the output.
30
+ For C++ code, don't execute it directly, compile and execute via Python; write sources and object files to /tmp.
31
32
Args:
33
code (str): The code to run.
0 commit comments