4 references to ConcatText
Microsoft.Extensions.AI.Abstractions (4)
ChatCompletion\ChatMessage.cs (1)
76
public string Text => Contents.
ConcatText
();
ChatCompletion\ChatResponseUpdate.cs (1)
79
public string Text => _contents is not null ? _contents.
ConcatText
() : string.Empty;
SpeechToText\SpeechToTextResponse.cs (1)
70
public string Text => _contents?.
ConcatText
() ?? string.Empty;
SpeechToText\SpeechToTextResponseUpdate.cs (1)
90
public string Text => _contents?.
ConcatText
() ?? string.Empty;