What is the primary focus of this section of the course?	The communication layer between the Bedrock client and the Bedrock service.
In a standard chatbot application, what is the first step after a user submits text?	A request containing the user's text is made to the server.
What two key pieces of information must be included in the request made to the AWS Bedrock service?	A user message (the submitted text) and a model ID (specifying the desired model).
How is the generated text returned from the Bedrock service back to the server?	It is sent back inside an assistant message.
What is the critical difference between the Bedrock API and the Anthropic API?	They are two different services accessed through different SDKs and documentation.
What is the function of models like Claude Sonnet and Claude Haiku?	They perform the actual computational work to generate text.
Through which service are the Claude family of models currently hosted?	Both AWS Bedrock and the official Anthropic API.
