We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02eb8cd commit 7db49ccCopy full SHA for 7db49cc
1 file changed
libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/channel_service_adapter.py
@@ -66,10 +66,7 @@ async def send_activities(
66
67
response = ResourceResponse()
68
69
- if activity.type == "delay":
70
- delay_time = int((activity.value or 1000) / 1000)
71
- await sleep(delay_time)
72
- elif activity.type == ActivityTypes.invoke_response:
+ if activity.type == ActivityTypes.invoke_response:
73
context.turn_state[self.INVOKE_RESPONSE_KEY] = activity
74
elif (
75
activity.type == ActivityTypes.trace
0 commit comments