ResponseLogProb(String, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ResponseLogProb.
public ResponseLogProb(string token, double logprob);
new Azure.AI.AgentServer.Responses.Models.ResponseLogProb : string * double -> Azure.AI.AgentServer.Responses.Models.ResponseLogProb
Public Sub New (token As String, logprob As Double)
Parameters
- token
- String
A possible text token.
- logprob
- Double
The log probability of this token.
Exceptions
token is null.