inlinestaticconststd::stringdescription_="Executes Python code string. Note: Only print outputs are visible, function return values are not captured. Use print statements to see results.";
inlinestaticconstjsonparameters_={
{"type","object"},
{"properties",{
{"code",{
{"type","string"},
{"description","The Python code to execute."}
}},
{"timeout",{
{"type","number"},
{"description","The timeout for the Python code execution in seconds."},