Namespace: LLama.OldVersion
The entire LLama.OldVersion namespace will be removed
public class Completion : System.IEquatable`1[[LLama.OldVersion.Completion, LLamaSharp, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → Completion
Implements IEquatable<Completion>
public string Id { get; set; }
public string Object { get; set; }
public int Created { get; set; }
public string Model { get; set; }
public CompletionChoice[] Choices { get; set; }
public CompletionUsage Usage { get; set; }
public Completion(string Id, string Object, int Created, string Model, CompletionChoice[] Choices, CompletionUsage Usage)
Id String
Object String
Created Int32
Model String
Choices CompletionChoice[]
Usage CompletionUsage
public string ToString()
protected bool PrintMembers(StringBuilder builder)
builder StringBuilder
public int GetHashCode()
public bool Equals(object obj)
obj Object
public bool Equals(Completion other)
other Completion
public Completion <Clone>$()
public void Deconstruct(String& Id, String& Object, Int32& Created, String& Model, CompletionChoice[]& Choices, CompletionUsage& Usage)
Id String&
Object String&
Created Int32&
Model String&
Choices CompletionChoice[]&
Usage CompletionUsage&