// Copyright (c) Microsoft. All rights reserved. using AgentConformance.IntegrationTests; namespace OpenAIResponse.IntegrationTests; public class OpenAIResponseStoreTrueRunTests() : RunTests(() => new(store: true)) { } public class OpenAIResponseStoreFalseRunTests() : RunTests(() => new(store: false)) { }