diff --git a/trustgraph-flow/trustgraph/agent/react/service.py b/trustgraph-flow/trustgraph/agent/react/service.py index a4238e36..d4a4d72f 100755 --- a/trustgraph-flow/trustgraph/agent/react/service.py +++ b/trustgraph-flow/trustgraph/agent/react/service.py @@ -433,13 +433,11 @@ class Processor(AgentService): end_of_dialog=True, # Legacy fields for backward compatibility error=error_obj, - response=None, ) else: # Legacy format r = AgentResponse( error=error_obj, - response=None, ) await respond(r)