Skip to content

Commit 9c3912a

Browse files
committed
Logprobs field added to ChatChoice type
1 parent a165a22 commit 9c3912a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Runtime/DataTypes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public struct ChatChoice
118118
public ChatMessage Delta { get; set; }
119119
public int? Index { get; set; }
120120
public string FinishReason { get; set; }
121+
public string Logprobs { get; set; }
121122
}
122123

123124
public struct ChatMessage

0 commit comments

Comments
 (0)