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