We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd86d9 commit 8fbeca0Copy full SHA for 8fbeca0
src/Libraries/Microsoft.Extensions.AI.Abstractions/ChatCompletion/ChatCompletion.cs
@@ -42,6 +42,7 @@ public IList<ChatMessage> Choices
42
/// If there are multiple choices, this property returns the first choice.
43
/// If <see cref="Choices"/> is empty, this will throw. Use <see cref="Choices"/> to access all choices directly."/>.
44
/// </remarks>
45
+ [JsonIgnore]
46
public ChatMessage Message
47
{
48
get
0 commit comments