MKooi/Coding_Agents
0
1from orchestrator_level3 import run_pipeline2 3problem = "Tính đạo hàm của f(x)=3*x^3 - 4*x^2 + 2*x - 7"4result = run_pipeline(problem, language="python")5 6for k, v in result.items():7 print(k, ":\n", v)1from orchestrator_level3 import run_pipeline2 3problem = "Tính đạo hàm của f(x)=3*x^3 - 4*x^2 + 2*x - 7"4result = run_pipeline(problem, language="python")5 6for k, v in result.items():7 print(k, ":\n", v)