Fix merge issues with api-key, conflicts with librarian changes (#309)

This commit is contained in:
cybermaggedon 2025-02-15 12:25:26 +00:00 committed by GitHub
parent 617eb7efd5
commit 5575e885e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 8 additions and 23 deletions

View file

@ -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)