mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Add comment to sample
This commit is contained in:
@@ -1439,7 +1439,8 @@ class MCPTool:
|
||||
continue
|
||||
except Exception as reconn_ex:
|
||||
raise ToolExecutionException(
|
||||
"Failed to reconnect to MCP server.", inner_exception=reconn_ex
|
||||
"Failed to reconnect to MCP server.",
|
||||
inner_exception=reconn_ex,
|
||||
) from reconn_ex
|
||||
|
||||
# Second attempt also failed, give up.
|
||||
|
||||
Reference in New Issue
Block a user