类别消息

信息

由模型生成的聊天完成消息。

public class Message  

继承

object
Message

继承成员

构造函数

Message()

public Message()  

属性

内容

消息的内容。

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

属性值

string

角色

设置或获取此消息作者的角色。

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

属性值

Role

命名空间: Documentize
程序集: Documentize.dll

 中文