mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-28 08:45:13 +02:00
Fix merge issues with api-key, conflicts with librarian changes (#309)
This commit is contained in:
parent
617eb7efd5
commit
5575e885e5
11 changed files with 8 additions and 23 deletions
|
|
@ -220,7 +220,7 @@ class Processor(ConsumerProducer):
|
|||
|
||||
print(f"History: {history}", flush=True)
|
||||
|
||||
def think(x):
|
||||
async def think(x):
|
||||
|
||||
print(f"Think: {x}", flush=True)
|
||||
|
||||
|
|
@ -233,7 +233,7 @@ class Processor(ConsumerProducer):
|
|||
|
||||
await self.producer.send(r, properties={"id": id})
|
||||
|
||||
def observe(x):
|
||||
async def observe(x):
|
||||
|
||||
print(f"Observe: {x}", flush=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue