Update: implement return_value_as_string for McpToolAdapter #6380
Update: implement return_value_as_string for McpToolAdapter #6380ekzhu merged 10 commits intomicrosoft:mainfrom
Conversation
|
@ekzhu Can you check my new PR ? Thanks for your time! |
ekzhu
left a comment
There was a problem hiding this comment.
Can you run poe pyright and poe mypy in python/packages/autogen-ext to make sure the type checks pass?
|
Read |
yeah, i'm fixing it now |
|
@ekzhu can you review it again, thanks for your time! I believe all the tests will be passed now! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6380 +/- ##
==========================================
+ Coverage 78.38% 78.40% +0.01%
==========================================
Files 221 221
Lines 16024 16042 +18
==========================================
+ Hits 12560 12577 +17
- Misses 3464 3465 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…n0425 * upstream/main: Update website for v0.5.5 (microsoft#6401) Document custom message types in teams API docs (microsoft#6400) [doc] Clarify selector prompt for SelectorGroupChat (microsoft#6399) Add functional termination condition (microsoft#6398) Update: implement return_value_as_string for McpToolAdapter (microsoft#6380) Update version to 0.5.5 (microsoft#6397) Add example using autogen-core and FastAPI for handoff multi-agent design pattern with streaming and UI (microsoft#6391) Update agent documentation (microsoft#6394) AssistantAgent to support Workbench (microsoft#6393) TEST: skip when macos+uv and adding uv venv tests (microsoft#6387) Add guide for workbench and mcp & bug fixes for create_mcp_server_session (microsoft#6392) Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
Why are these changes needed?
Related issue number
McpToolAdapterto implementreturn_value_as_string#6368Checks