From 306ffd3dfa8254a7173f57b5b421f231fcd44d85 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 4 Mar 2026 14:18:31 +0000 Subject: [PATCH] Fix invocation --- trustgraph-base/trustgraph/base/dynamic_tool_service.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trustgraph-base/trustgraph/base/dynamic_tool_service.py b/trustgraph-base/trustgraph/base/dynamic_tool_service.py index c61dc765..f3fda6dd 100644 --- a/trustgraph-base/trustgraph/base/dynamic_tool_service.py +++ b/trustgraph-base/trustgraph/base/dynamic_tool_service.py @@ -7,8 +7,8 @@ They receive a ToolServiceRequest with user, config, and arguments, and return a ToolServiceResponse with the result. Uses direct Pulsar topics (no flow configuration required): -- Request: non-persistent://tg/request/{topic}-request -- Response: non-persistent://tg/response/{topic}-response +- Request: non-persistent://tg/request/{topic} +- Response: non-persistent://tg/response/{topic} """ import json