Skip to content

docs: update for pipecat PR #4643#874

Open
markbackman wants to merge 1 commit into
mainfrom
docs/pr-4643
Open

docs: update for pipecat PR #4643#874
markbackman wants to merge 1 commit into
mainfrom
docs/pr-4643

Conversation

@markbackman
Copy link
Copy Markdown
Contributor

Automated documentation update for pipecat PR #4643.

Changes

AWS Bedrock LLM (api-reference/server/services/llm/aws.mdx):

  • Updated aws_access_key parameter description: "boto3 credential chain" → "botocore credential chain"
  • Updated client_config parameter description: "boto3 client configuration" → "botocore client configuration"
  • Updated Notes section credential resolution: "boto3 credential provider chain" → "botocore credential provider chain"

AWS Transcribe STT (api-reference/server/services/stt/aws.mdx):

  • Updated api_key parameter description: "boto3 credential chain" → "botocore credential chain"

AWS Polly TTS (api-reference/server/services/tts/aws.mdx):

  • Updated api_key parameter description: "boto3 credential chain" → "botocore credential chain"

Summary

PR #4643 replaced the aioboto3 dependency with aiobotocore for AWS services. The public API remains unchanged, but internal implementation now uses aiobotocore.session.get_session() and session.create_client() instead of the aioboto3 wrappers. Documentation references to "boto3" credential chains have been updated to "botocore" to accurately reflect the underlying credential resolution mechanism.

Gaps identified

None. All AWS service documentation files have been updated. The following files were not changed because they either had no relevant documentation or are marked as internal:

  • services/aws/agent_core.py - Internal, no public doc page
  • services/aws/utils.py - Internal utility functions
  • services/nvidia/sagemaker/tts.py - No doc page exists

Update credential chain references from 'boto3' to 'botocore' to match
pipecat PR #4643, which replaced aioboto3 with aiobotocore.

Changes:
- AWS Bedrock LLM: Updated credential chain and client config descriptions
- AWS Transcribe STT: Updated credential chain description
- AWS Polly TTS: Updated credential chain description
@markbackman markbackman added auto-docs Automated documentation update from pipecat source changes pipecat labels Jun 5, 2026
@mintlify
Copy link
Copy Markdown

mintlify Bot commented Jun 5, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Pipecat 🟢 Ready View Preview Jun 5, 2026, 2:35 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-docs Automated documentation update from pipecat source changes pipecat

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant