fix A2A defaults

This commit is contained in:
Jacob Alber
2026-05-13 13:25:32 -04:00
Unverified
parent 76a4bc1248
commit acd6b81db4
@@ -145,7 +145,7 @@ public static class A2AServerServiceCollectionExtensions
if (agentSessionStore?.GetService<IsolationKeyScopedAgentSessionStore>() is null)
{
agentSessionStore ??= new InMemoryAgentSessionStore();
agentSessionStore = new IsolationKeyScopedAgentSessionStore(agentSessionStore, isolationKeyProvider, new());
agentSessionStore = new IsolationKeyScopedAgentSessionStore(agentSessionStore, isolationKeyProvider, new() { Strict = isolationKeyProvider != null });
}
var hostAgent = new AIHostAgent(