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