TopLogProb(String, Double, IEnumerable<Int64>) Constructor

Definition

Initializes a new instance of TopLogProb.

public TopLogProb(string token, double logprob, System.Collections.Generic.IEnumerable<long> bytes);
new Azure.AI.AgentServer.Responses.Models.TopLogProb : string * double * seq<int64> -> Azure.AI.AgentServer.Responses.Models.TopLogProb
Public Sub New (token As String, logprob As Double, bytes As IEnumerable(Of Long))

Parameters

token
String
logprob
Double

Exceptions

token or bytes is null.

Applies to