You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <description>Converted to a list of <see cref="PromptMessage"/> instances derived from the <see cref="ChatMessage"/> with <see cref="AIContentExtensions.ToPromptMessages"/>.</description>
106
106
/// </item>
107
107
/// <item>
108
-
/// <term><see cref="IEnumerable{PromptMessage}"/> of <see cref="PromptMessage"/></term>
108
+
/// <term><see cref="IEnumerable{ChatMessage}"/> of <see cref="ChatMessage"/></term>
109
109
/// <description>Converted to a list of <see cref="PromptMessage"/> instances derived from all of the <see cref="ChatMessage"/> instances with <see cref="AIContentExtensions.ToPromptMessages"/>.</description>
110
110
/// </item>
111
+
/// <item>
112
+
/// <term><see cref="GetPromptResult"/></term>
113
+
/// <description>Returned directly without modification.</description>
114
+
/// </item>
111
115
/// </list>
112
116
/// <para>
113
117
/// Other returned types will result in an <see cref="InvalidOperationException"/> being thrown.
/// <description>Returned as a single-item <see cref="ContentBlock"/> list.</description>
111
111
/// </item>
112
112
/// <item>
113
-
/// <term><see cref="IEnumerable{String}"/> of <see cref="string"/></term>
114
-
/// <description>Each <see cref="string"/> is converted to a <see cref="TextContentBlock"/> object with its text set to the string value.</description>
115
-
/// </item>
116
-
/// <item>
117
113
/// <term><see cref="IEnumerable{AIContent}"/> of <see cref="AIContent"/></term>
118
114
/// <description>Each <see cref="AIContent"/> is converted to a <see cref="ContentBlock"/> object using <see cref="AIContentExtensions.ToContent(AIContent)"/>.</description>
0 commit comments