mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [Breaking] Additional bug fix for declarative workflows (#6489)
* Fix declarative object parsing bug * Remove unnecessary comment * Address PR comments * Address PR comments. * Fix CI failures. * declarative action approval bugfix * Address PR comments * Inlined single use variables.
This commit is contained in:
committed by
GitHub
Unverified
parent
0f483fa968
commit
ed4ff188fc
@@ -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