fix PythonAgentOut extract (#685)

This commit is contained in:
XianBW
2025-03-14 21:12:10 +08:00
committed by GitHub
parent bf9b383277
commit 08bda3bf8c
+1
View File
@@ -35,6 +35,7 @@ class PythonAgentOut(AgentOut):
if match:
code = match.group(1)
return code
return resp
class BatchEditOut(AgentOut):