CompletionChoice
Namespace: LLama.Types
1 |
|
Inheritance Object → CompletionChoice
Implements IEquatable<CompletionChoice>
Properties
Text
1 |
|
Property Value
Index
1 |
|
Property Value
Logprobs
1 |
|
Property Value
FinishReason
1 |
|
Property Value
Constructors
CompletionChoice(String, Int32, CompletionLogprobs, String)
1 |
|
Parameters
Text
String
Index
Int32
Logprobs
CompletionLogprobs
FinishReason
String
Methods
ToString()
1 |
|
Returns
PrintMembers(StringBuilder)
1 |
|
Parameters
builder
StringBuilder
Returns
GetHashCode()
1 |
|
Returns
Equals(Object)
1 |
|
Parameters
obj
Object
Returns
Equals(CompletionChoice)
1 |
|
Parameters
other
CompletionChoice
Returns
<Clone>$()
1 |
|
Returns
Deconstruct(String&, Int32&, CompletionLogprobs&, String&)
1 |
|
Parameters
Text
String&
Index
Int32&
Logprobs
CompletionLogprobs&
FinishReason
String&