mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix PythonAgentOut extract (#685)
This commit is contained in:
@@ -35,6 +35,7 @@ class PythonAgentOut(AgentOut):
|
||||
if match:
|
||||
code = match.group(1)
|
||||
return code
|
||||
return resp
|
||||
|
||||
|
||||
class BatchEditOut(AgentOut):
|
||||
|
||||
Reference in New Issue
Block a user