// Copyright (c) Microsoft. All rights reserved. using AgentConformance.IntegrationTests; namespace ResponseResult.IntegrationTests; public class OpenAIResponseStructuredOutputRunTests() : StructuredOutputRunTests(() => new(store: false)) { }