// Copyright (c) Microsoft. All rights reserved. namespace AgentOrchestration_Concurrency; // Response model public sealed record TextResponse(string Text);