Claude · Arazzo Workflow
Claude Multi-Turn Conversation
Version 1.0.0
Send a first user turn, then continue the conversation with a follow-up that includes the assistant's reply.
View Spec
View on GitHub
Artificial IntelligenceChatbotsConversational AIGenerative AILarge Language ModelsMachine-LearningNatural Language ProcessingArazzoWorkflows
Provider
Workflows
multi-turn-conversation
Chain two Messages API calls into a single multi-turn conversation.
Sends an opening user prompt, then sends a follow-up prompt that includes the prior user and assistant turns so the model continues with full context.
1
openingTurn
Send the opening user message and capture the assistant's reply content so it can be replayed as context in the next turn.
2
followUpTurn
Send the follow-up user message with the prior user turn and assistant reply included so the model continues the conversation with full context.
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.