Action tags for the backend API.
This module defines action tags that are used in the backend API. Action tags represent
different actions that can be performed in the API, such as adding, listing, deleting,
updating, and so on.
TAG_ACTION_ANALYZE = 'Analyze'
TAG_ACTION_CANCEL = 'Cancel'
TAG_ACTION_CLEAN = 'Clean'
TAG_ACTION_COMPLETIONS = 'Completions'
TAG_ACTION_DELETE_HARD = 'Hard Delete'
TAG_ACTION_DELETE_SOFT = 'Soft Delete'
TAG_ACTION_EXPORT = 'Export'
TAG_ACTION_GENERATE = 'Generate'
TAG_ACTION_INTEGRATE = 'Integrate'
TAG_ACTION_INVOKE = 'Invoke'
TAG_ACTION_REBUILD = 'Rebuild'
TAG_ACTION_REVOICE = 'ReVoice'
TAG_ACTION_SEARCH = 'Search'
TAG_ACTION_STATUS = 'Status'
TAG_ACTION_TEXT_EVOLVE_CALIBRATE
module-attribute
TAG_ACTION_TEXT_EVOLVE_CALIBRATE = 'Calibrate'
TAG_ACTION_TEXT_EVOLVE_EVALUATE
module-attribute
TAG_ACTION_TEXT_EVOLVE_EVALUATE = 'Evaluate'
TAG_ACTION_TEXT_EVOLVE_GENERATE
module-attribute
TAG_ACTION_TEXT_EVOLVE_GENERATE = 'Generate'
TAG_ACTION_TEXT_EVOLVE_INNOVATE
module-attribute
TAG_ACTION_TEXT_EVOLVE_INNOVATE = 'Innovate'
TAG_ACTION_TRUNCATE = 'Truncate'
TAG_ACTION_UNBIND = 'Unbind'
TAG_ACTION_UNDELETE = 'Undelete'
TAG_ACTION_UNLOCK = 'Unlock'