// Copyright (c) Microsoft. All rights reserved. namespace Foundry.Hosting.IntegrationTests.Fixtures; /// /// Provisions a hosted agent that runs the test container in IT_SCENARIO=happy-path mode. /// Used by tests that exercise the basic Responses protocol round trip, multi turn behavior /// (via previous_response_id and conversation_id), and the stored=false flag. /// public sealed class HappyPathHostedAgentFixture : HostedAgentFixture { protected override string ScenarioName => "happy-path"; }