This commit is contained in:
Tao Chen
2026-04-23 14:56:37 -07:00
Unverified
parent a3362e2896
commit bf4c0be52b
2 changed files with 16 additions and 6 deletions
@@ -155,7 +155,7 @@ class ResponsesHostServer(ResponsesAgentServerHost):
"""Check if the request is a streaming request."""
return request.stream is not None and request.stream is True
async def _handle_response(
def _handle_response(
self,
request: CreateResponse,
context: ResponseContext,