Namespace: LLama.Types
public class ChatCompletionMessage : System.IEquatable`1[[LLama.Types.ChatCompletionMessage, LLamaSharp, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → ChatCompletionMessage
Implements IEquatable<ChatCompletionMessage>
public ChatRole Role { get; set; }
public string Content { get; set; }
public string Name { get; set; }
public ChatCompletionMessage(ChatRole Role, string Content, string Name)
Role ChatRole
Content String
Name String
public string ToString()
protected bool PrintMembers(StringBuilder builder)
builder StringBuilder
public int GetHashCode()
public bool Equals(object obj)
obj Object
public bool Equals(ChatCompletionMessage other)
other ChatCompletionMessage
public ChatCompletionMessage <Clone>$()
public void Deconstruct(ChatRole& Role, String& Content, String& Name)
Role ChatRole&
Content String&
Name String&