mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
.NET: Clean up stale mentions of M.E.AI.Agents (#997)
* Clean up stale mentions of M.E.AI.Agents * Unused usings
This commit is contained in:
committed by
GitHub
Unverified
parent
7189caabc7
commit
77e5f527c4
+1
-1
@@ -61,7 +61,7 @@ public static class ServiceDefaultsExtensions
|
||||
.WithTracing(tracing =>
|
||||
{
|
||||
tracing.AddSource(builder.Environment.ApplicationName)
|
||||
.AddSource("Microsoft.Extensions.AI.Agents")
|
||||
.AddSource("*Microsoft.Agents.AI")
|
||||
.AddSource("Microsoft.Agents.AI.Runtime.InProcess")
|
||||
.AddSource("Microsoft.Agents.AI.Runtime.Abstractions.InMemoryActorStateStorage")
|
||||
.AddAspNetCoreInstrumentation()
|
||||
|
||||
Reference in New Issue
Block a user