aws · Amazon Bedrock Docs
Bedrock Carry out a conversation with the Converse API operations
Implements conversational workflows using the Amazon Bedrock Converse and ConverseStream APIs to manage multi-turn message exchanges, persona customization, and tool use across different models.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Bedrock Carry out a conversation with the Converse API operations
Implements conversational workflows using the Amazon Bedrock Converse and ConverseStream APIs to manage multi-turn message exchanges, persona customization, and tool use across different models.
When To Use
Use when you need to implement a multi-turn chat interface or a conversational agent that requires consistent API calls across different Amazon Bedrock models.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/bedrock-conversation-inference-carry-out-a-with-the-converse-api-operati-workflow-guide.md | Documentation detailing how to use the Amazon Bedrock Converse API to manage conversational message exchanges with models. | Questions about documentation detailing how to use the Amazon Bedrock Converse API to manage conversational message exchanges with mo... |
What This Skill Covers
- You can use the Amazon Bedrock Converse API to create conversational applications that send and receive messages to and from an Amazon Bedrock model. For exa...
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html
