CompletionChunk
Namespace: LLama.Types
1 | |
Inheritance Object → CompletionChunk
Implements IEquatable<CompletionChunk>
Properties
Id
1 | |
Property Value
Object
1 | |
Property Value
Created
1 | |
Property Value
Model
1 | |
Property Value
Choices
1 | |
Property Value
Constructors
CompletionChunk(String, String, Int32, String, CompletionChoice[])
1 | |
Parameters
Id String
Object String
Created Int32
Model String
Choices CompletionChoice[]
Methods
ToString()
1 | |
Returns
PrintMembers(StringBuilder)
1 | |
Parameters
builder StringBuilder
Returns
GetHashCode()
1 | |
Returns
Equals(Object)
1 | |
Parameters
obj Object
Returns
Equals(CompletionChunk)
1 | |
Parameters
other CompletionChunk
Returns
<Clone>$()
1 | |
Returns
Deconstruct(String&, String&, Int32&, String&, CompletionChoice[]&)
1 | |
Parameters
Id String&
Object String&
Created Int32&
Model String&
Choices CompletionChoice[]&