Microsoft AutoGen 发布: python-v0.5.7
来源摘要
## What's New ### `AzureAISearchTool` Improvements The Azure AI Search Tool API now features unified methods: - `create_full_text_search()` (supporting `"simple"`, `"full"`, and `"semantic"` query types) - `create_vector_search()` and - `create_hybrid_search()` We also added support for client-side embeddings, while defaults to service embeddings when client embeddings aren't provided. **If you have been using `create_keyword_search()`, update your code to use `create_full_text_search()` with `"simple"` query type.** * Simplify Azure Ai Search Tool by @jay-thakur in https://github.com/microsoft/autogen/pull/6511 ### `SelectorGroupChat` Improvements To support long context for the model-based selector in `SelectorGroupChat`, you can pass in a model context object through the new `model_context` parameter to customize the messages sent to the model client when selecting the next speaker. * Add `model_context` to `SelectorGroupChat` for enhanced speaker selection by @Ethan0456 in https://github.com/microsoft/autogen/pull/6330 ### OTEL Tracing Improvements We added new metadata and message content fields to the OTEL traces emitted by the `SingleThreadedAgentRuntime`. * improve Otel tracing by @peterychang in https://github.com/microsoft/autogen/pull/6499 ### Agent Runtime Improvements * Add ability to register Agent instances by @peterychang in https://github.com/microsoft/autogen/pull/6131 ## Other Python Related Changes * Update website 0.5.6 by @ekzhu in https://github.com/microsoft/autogen/pull/6454 * Sample for integrating Core API with chainlit by @DavidYu00 in https://github.com/microsoft/autogen/pull/6422 * Fix Gitty prompt message by @emmanuel-ferdman in https://github.com/microsoft/autogen/pull/6473 * Fix: Move the createTeam function by @xionnon in https://github
阅读原始来源- 来源
- Microsoft AutoGen 发布 · 官方来源
- 来源发布
- 2025/05/14 13:02
- 来源更新
- 2025/05/14 13:03
- 首次采集
- 2026/09/19 13:21
本文为公开信息索引与摘要,详情及后续变化请以原始来源为准。