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