Dust · Arazzo Workflow
Dust Message an Agent and Submit Feedback
Version 1.0.0
Post a message into a conversation, wait for the agent reply, then submit thumbs feedback on it.
View Spec
View on GitHub
AgentsAIArtificial IntelligenceCustom WorkflowsData SourcesDustEnterprise AIKnowledge ManagementLLMMCPMulti-ModelRAGArazzoWorkflows
Provider
Workflows
message-and-submit-feedback
Post a message, poll for the agent reply, and submit feedback on it.
Creates a message that mentions an agent, polls the conversation until the agent reply completes, and submits thumbs feedback on the agent message.
1
createMessage
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations~1{cId}~1messages/post
Post a human message that mentions 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 capture the agent message id once a completed agent message is present.
3
submitFeedback
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations~1{cId}~1messages~1{mId}~1feedbacks/post
Submit thumbs feedback for the agent message.