fix(e2e): close unterminated send() call in logging_client

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Mubashir Osmani 2026-07-14 21:19:12 +00:00
parent 50edc2c283
commit 5b05d2bc8d

View file

@ -517,7 +517,8 @@ class LoggingClient:
)
return self.gateway.transport.send(
"/v1/messages", headers=self.gateway.transport.bearer(key), json=body
)
def responses_raw(
self, key: str, model: str, text: str, *, max_output_tokens: int = 64
) -> StreamingResponse: