mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
declarative action approval bugfix
This commit is contained in:
@@ -87,6 +87,8 @@ def _prompt_for_approval(request: MCPToolApprovalRequest) -> ToolApprovalRespons
|
||||
print(f" outbound header names: {', '.join(request.header_names)}")
|
||||
else:
|
||||
print(" outbound header names: (none)")
|
||||
if request.connection_name:
|
||||
print(f" connection: {request.connection_name}")
|
||||
print("-" * 60)
|
||||
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user