ThreadMessageCreateRequest.Role

ThreadMessageCreateRequest.Role property

Gets or sets the role of the entity creating the message. Allowed values include: “user”, “assistant”.

public string Role { get; set; }

See Also