mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Fixing service wiring
This commit is contained in:
parent
3d61ecd060
commit
a625efb94b
4 changed files with 124 additions and 21 deletions
|
|
@ -54,8 +54,8 @@ class DynamicToolService(AsyncProcessor):
|
|||
topic = params.get("topic", default_topic)
|
||||
|
||||
# Build direct Pulsar topic paths
|
||||
request_topic = f"non-persistent://tg/request/{topic}-request"
|
||||
response_topic = f"non-persistent://tg/response/{topic}-response"
|
||||
request_topic = f"non-persistent://tg/request/{topic}"
|
||||
response_topic = f"non-persistent://tg/response/{topic}"
|
||||
|
||||
logger.info(f"Tool service topics: request={request_topic}, response={response_topic}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue