Logprobs.TopLogprobs

Logprobs.TopLogprobs property

Gets or sets a list of the most likely tokens and their log probability, at each token position.

public List<Dictionary<string, double?>> TopLogprobs { get; set; }

See Also