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