You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/microsoft-agents-a365-tooling-extensions-agentframework/microsoft_agents_a365/tooling/extensions/agentframework/services/mcp_tool_registration_service.py
Copy file name to clipboardExpand all lines: libraries/microsoft-agents-a365-tooling-extensions-openai/microsoft_agents_a365/tooling/extensions/openai/mcp_tool_registration_service.py
Copy file name to clipboardExpand all lines: libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/services/mcp_tool_server_configuration_service.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -608,9 +608,8 @@ async def send_chat_history(
608
608
ifchat_history_messagesisNone:
609
609
raiseValueError("chat_history_messages cannot be None")
610
610
611
-
# Note: Empty chat_history_messages is allowed and will still be sent to the MCP platform.
612
-
# This is required so that the user message from turn_context.activity.text gets registered
613
-
# correctly in the MCP platform for real-time threat protection.
611
+
# Empty chat_history_messages is allowed - the request will still be sent
612
+
# to register the user message from turn_context.activity.text in the MCP platform.
0 commit comments