Skip to main content
Version: Beta

AssistantConversationRefType

description

Types of references that can link a conversation to other entities

enum AssistantConversationRefType {
WORKSPACE
SCHEDULED_AGENT
GEN_SEARCH_CONVERSATION
DOC_SEARCH_AND_COMPANY_PROFILE
AGENT
}

Values

AssistantConversationRefType.WORKSPACE

Links conversation to a workspace

AssistantConversationRefType.SCHEDULED_AGENT

Links conversation to a scheduled agent

AssistantConversationRefType.GEN_SEARCH_CONVERSATION

Links conversation to another conversation (for artifacts)

AssistantConversationRefType.DOC_SEARCH_AND_COMPANY_PROFILE

Links conversation to a chat integrated in Company Profile & DocSearch views

AssistantConversationRefType.AGENT

Links conversation to any agentic workflow like AI Workflow Agents

Member Of

AssistantConversationRef object