2 references to GetInputText
DotNetInvocationHostedAgent (2)
EchoAIAgent.cs (2)
23var response = new AgentResponse(new ChatMessage(ChatRole.Assistant, $"Echo: {GetInputText(messages)}")); 36Contents = [new TextContent($"Echo: {GetInputText(messages)}")]