Class Message

Info

A chat completion message generated by the model.

public class Message

Inheritance

objectMessage

Inherited Members

Constructors

Message()

public Message()

Properties

Content

The contents of the message.

[JsonProperty("content")]
public string Content { get; set; }

Property Value

string

Role

Sets or gets the role of the author of this message.

[JsonProperty("role")]
[JsonConverter(typeof(StringEnumConverter), new object[] { true })]
public Role Role { get; set; }

Property Value

Role

Namespace: Documentize Assembly: Documentize.dll

 English