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