mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: added more complete parsing for mcp tool arguments (#2756)
* added more complete parsing for mcp tool arguments * fixed mypy * added nonlocal model counter, and some fixes * fixes in naming logic * extracted json parsing function, added parametrized test and checked coverage
This commit is contained in:
committed by
GitHub
Unverified
parent
8bb9927f3c
commit
c376868ec9
@@ -35,7 +35,7 @@ dependencies = [
|
||||
# connectors and functions
|
||||
"openai>=1.99.0",
|
||||
"azure-identity>=1,<2",
|
||||
"mcp[ws]>=1.13",
|
||||
"mcp[ws]>=1.23",
|
||||
"packaging>=24.1",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user