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/microsoft_agents_a365/tooling/services/mcp_tool_server_configuration_service.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -569,8 +569,8 @@ async def send_chat_history(
569
569
Must have a valid activity with conversation.id, activity.id, and
570
570
activity.text.
571
571
chat_history_messages: List of ChatHistoryMessage objects representing the chat
572
-
history. Can be empty - the request will still be sent to
573
-
register the user message from turn_context.activity.text.
572
+
history. May be empty - an empty list will still send a
573
+
request to the MCP platform with empty chat history.
0 commit comments