Fix invocation

This commit is contained in:
Cyber MacGeddon 2026-03-04 14:18:31 +00:00
parent a625efb94b
commit 306ffd3dfa

View file

@ -7,8 +7,8 @@ They receive a ToolServiceRequest with user, config, and arguments,
and return a ToolServiceResponse with the result. and return a ToolServiceResponse with the result.
Uses direct Pulsar topics (no flow configuration required): Uses direct Pulsar topics (no flow configuration required):
- Request: non-persistent://tg/request/{topic}-request - Request: non-persistent://tg/request/{topic}
- Response: non-persistent://tg/response/{topic}-response - Response: non-persistent://tg/response/{topic}
""" """
import json import json