3 references to CoalesceTextContent
Microsoft.Extensions.AI.Abstractions (3)
ChatCompletion\ChatResponseExtensions.cs (1)
299CoalesceTextContent((List<AIContent>)response.Messages[i].Contents);
SpeechToText\SpeechToTextResponseUpdateExtensions.cs (2)
33ChatResponseExtensions.CoalesceTextContent((List<AIContent>)response.Contents); 59ChatResponseExtensions.CoalesceTextContent((List<AIContent>)response.Contents);