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.

Origin

The origin of the job

enum Origin {
API
APP
DUST
EXTENSION
GOOGLE_CHAT_BOT
MS_TEAMS
SLACK_BOT
}

Values

Origin.API

Job originated from the API

Origin.APP

Job originated from the main application

Origin.DUST

Job originated from the Dust agent

Origin.EXTENSION

Job originated from the chrome extension

Origin.GOOGLE_CHAT_BOT

Job originated from the Google Chat app

Origin.MS_TEAMS

Job originated from the Microsoft Teams extension

Origin.SLACK_BOT

Job originated from the Slack app

Member Of