mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
fix duplicate names between supplied tools and mcp servers (#4649)
This commit is contained in:
committed by
GitHub
Unverified
parent
84bae0f42a
commit
b7990908fe
@@ -90,7 +90,7 @@ async def main() -> None:
|
||||
# maintained automatically — just send the approval response)
|
||||
while result.user_input_requests:
|
||||
for request in result.user_input_requests:
|
||||
print(f"\nApproval needed:")
|
||||
print("\nApproval needed:")
|
||||
print(f" Function: {request.function_call.name}") # type: ignore[union-attr]
|
||||
print(f" Arguments: {request.function_call.arguments}") # type: ignore[union-attr]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user