From 7c2ea58ad5e96ae6b4f15cca6033ac4ada8f1404 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 12 Jan 2026 18:44:05 +0000 Subject: [PATCH] Agent messaging unit & contract tests --- trustgraph-flow/trustgraph/agent/react/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trustgraph-flow/trustgraph/agent/react/service.py b/trustgraph-flow/trustgraph/agent/react/service.py index 5d19df71..3af851d2 100755 --- a/trustgraph-flow/trustgraph/agent/react/service.py +++ b/trustgraph-flow/trustgraph/agent/react/service.py @@ -375,6 +375,7 @@ class Processor(AgentService): answer=act.final, error=None, thought=None, + observation=None, end_of_message=True, end_of_dialog=True, )