Skip to content

dotnet-1.0.0-preview.251125.1

Latest

Choose a tag to compare

@dmytrostruk dmytrostruk released this 26 Nov 02:54
ed53ba1

Changes:

  • ed53ba1 Temporarily suppress CS8002 error (#2462)
  • 0c1d12f Suppressed CS8002 for Anthropic package (#2461)
  • d302bff Updated package versions (#2455)
  • 7a4f687 Use Random.GetString in hosting IdGenerator (#2427)
  • b6c3b8d [BREAKING] Remove NotifyThreadOfNewMessagesAsync AIAgent helper (#2450)
  • 1dde579 .NET: Add Anthropic Agent Package (#2359)
  • 112410e .NET: [BREAKING] Add GetNewThread overload for taking a ChatMessageStore at thread creation time (#2429)
See More
  • a89c15d .NET: Change type of props representing continuation token (#2430)
  • 27b3a51 [BREAKING] Python: Adjust magentic event types raised. No need for custom events. (#2215)
  • c78edda fix: always include output in function call result message (#2414)
  • a610a47 .NET: Add support for background responses to A2A agent (#2381)
  • db424d5 Update to latest dotnet devcontainer and add docker in docker. (#2426)
  • c692821 Address IT failure for V2 (#2421)
  • a116eda Update to latest MEAI 10.0.1 and OpenAI 2.7.0 (#2392)
  • b66efcc remove version override for v10 packages (#2393)
  • ec08ee5 a2a sample update (#2391)
  • f9a94ce Bug fix for Redis TypeError (#2411)
  • dc2b109 .NET: Upgrade to .NET 10 (#2128)
  • b7a19b0 Added unit test for RetrieveConversationMessagesExecutor (#2388)
  • 02b8ac2 .NET: sanitize redirectUrl for logs (#2356)
  • 7148718 Redacting log data unless opting out. (#2372)
  • a7a0660 removed additional properties from messages sent to OAI responses and chat (#2344)
  • 5bdf8a7 Sample to show passing in JSON schema for structured outputs (#2362)
  • cf13e35 Updated package versions (#2360)
  • 5353b9a Update Workflow Viz sample comments (#2361)
  • ab3d898 .NET: Add unit tests for RetrieveConversationMessageExecutor executor (#2232)
  • ce738cc .NET: Add sample to show how to do RAG using Foundry's built-in service (#2324)
  • f99dca0 fix(observability): handle datetime serialization in tool results (#2248) [ #2219 ]
  • 61dbacd Improve exception handling (#2337)
  • 4e339f8 added test to validate status set (#2265)
  • 1da9107 .NET: Improve AIAgent and Workflow registrations for DevUI integration (#2227)
  • 03b74bf Bump js-yaml from 4.1.0 to 4.1.1 in /python/packages/devui/frontend (#2230)
  • f6cd329 .NET: Post bugbash updates (#2279)
  • d503717 Clarify exception handling in ConversationId property (#1457)
  • 77247a3 .NET: Change thread_id from entity ID to GUID (#2260)
  • e413c5a .NET: Add M365 Agent SDK Hosting sample (#2221)
  • 1325979 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.435 to 13.0.0-beta.440 (#2253)
  • e7ac655 Add missing README.md (#2278)
  • e32f93d Bump Azure.AI.Projects from 1.2.0-beta.1 to 1.2.0-beta.3 (#2252)
  • fcc3f1b Python: fix anthropic code interpreter tool repr (#2244)