mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
comments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user