Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

CommentOrigin

The origin/source of the comment

enum CommentOrigin {
REGULAR
REPORT_ISSUE
REQUEST_DATA_ACCESS
REQUEST_DOCUMENTATION
}

Values

CommentOrigin.REGULAR

Regular user comment

CommentOrigin.REPORT_ISSUE

Comment created from an issue report

CommentOrigin.REQUEST_DATA_ACCESS

Comment created from a data access request

CommentOrigin.REQUEST_DOCUMENTATION

Comment created from a documentation request

Member Of