Dust · Arazzo Workflow
Dust Post Follow-up Message and Poll
Version 1.0.0
Post a follow-up message into an existing conversation and poll the conversation for the agent reply.
View Spec
View on GitHub
AgentsArtificial IntelligenceCustom WorkflowsData SourcesDustEnterprise AIKnowledge-ManagementLLMMCPMulti-ModelRAGArazzoWorkflows
Provider
Workflows
post-message-and-poll
Add a message to a conversation and poll until the agent answers.
Creates a message in an existing conversation that mentions the supplied agent, then repeatedly fetches the conversation until the agent's reply is completed.
1
createMessage
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations~1{cId}~1messages/post
Post a new human message into the conversation, mentioning the agent so a reply is generated.
2
pollConversation
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations~1{cId}/get
Fetch the conversation and check whether a completed agent message is present. Repeat until the agent has answered.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.