Completion
Namespace: LLama.Types
1 |
|
Inheritance Object → Completion
Implements IEquatable<Completion>
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
Completion(String, String, Int32, String, CompletionChoice[], CompletionUsage)
1 |
|
Parameters
Id
String
Object
String
Created
Int32
Model
String
Choices
CompletionChoice[]
Usage
CompletionUsage
Methods
ToString()
1 |
|
Returns
PrintMembers(StringBuilder)
1 |
|
Parameters
builder
StringBuilder
Returns
GetHashCode()
1 |
|
Returns
Equals(Object)
1 |
|
Parameters
obj
Object
Returns
Equals(Completion)
1 |
|
Parameters
other
Completion
Returns
<Clone>$()
1 |
|
Returns
Deconstruct(String&, String&, Int32&, String&, CompletionChoice[]&, CompletionUsage&)
1 |
|
Parameters
Id
String&
Object
String&
Created
Int32&
Model
String&
Choices
CompletionChoice[]&
Usage
CompletionUsage&