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