UNPKG

@atlaskit/rovo-agent-components

Version:

This package host public components related to rovo agents, the components here are needed for other public atlaskit packages

4 lines 245 B
// BE will deprecate THIRD_PARTY and use FORGE instead export var isForgeAgentByCreatorType = function isForgeAgentByCreatorType(creatorType) { return creatorType === 'THIRD_PARTY' || creatorType === 'FORGE' || creatorType === 'REMOTE_A2A'; };