Fix/librarian broken (#674)

* Set end-of-stream cleanly - clean streaming message structures

* Add tg-get-document-content
This commit is contained in:
cybermaggedon 2026-03-09 13:36:24 +00:00 committed by GitHub
parent df1808768d
commit 3c3e11bef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 99 additions and 15 deletions

View file

@ -527,7 +527,6 @@ class Processor(AsyncProcessor):
type = "request-error",
message = str(e),
),
end_of_stream = True,
)
await self.librarian_response_producer.send(
@ -541,7 +540,6 @@ class Processor(AsyncProcessor):
type = "unexpected-error",
message = str(e),
),
end_of_stream = True,
)
await self.librarian_response_producer.send(