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 a165a22 commit 9c3912aCopy full SHA for 9c3912a
1 file changed
Runtime/DataTypes.cs
@@ -118,6 +118,7 @@ public struct ChatChoice
118
public ChatMessage Delta { get; set; }
119
public int? Index { get; set; }
120
public string FinishReason { get; set; }
121
+ public string Logprobs { get; set; }
122
}
123
124
public struct ChatMessage
0 commit comments