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