mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Fix invocation
This commit is contained in:
parent
a625efb94b
commit
306ffd3dfa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue