Dust · Arazzo Workflow
Dust Suggest a Mention and Start a Conversation
Version 1.0.0
Resolve a mention query into an agent suggestion, then open a conversation that mentions it.
View Spec
View on GitHub
AgentsAIArtificial IntelligenceCustom WorkflowsData SourcesDustEnterprise AIKnowledge ManagementLLMMCPMulti-ModelRAGArazzoWorkflows
Provider
Workflows
suggest-mention-and-converse
Get an agent mention suggestion and open a conversation mentioning it.
Requests mention suggestions limited to agents, and when at least one is returned, creates a conversation that mentions the first suggested agent.
1
getSuggestions
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1mentions~1suggestions/get
Fetch mention suggestions limited to agents for the supplied query and capture the id of the first suggested agent.
2
createConversation
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations/post
Open a conversation seeded with a message that mentions the first suggested agent.