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 IntelligenceChatbotConversational 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
createMessage
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
createMessage
Send the follow-up user message with the prior user turn and assistant reply included so the model continues the conversation with full context.