Skip to content

docs: update for pipecat PR #3932#587

Open
markbackman wants to merge 1 commit intomainfrom
docs/pr-3932
Open

docs: update for pipecat PR #3932#587
markbackman wants to merge 1 commit intomainfrom
docs/pr-3932

Conversation

@markbackman
Copy link
Contributor

Automated documentation update for pipecat PR #3932.

Changes

server/services/llm/anthropic.mdx

  • Added system_instruction parameter to Configuration section
  • Added note about system instruction precedence behavior

server/services/llm/aws.mdx

  • Added system_instruction parameter to Configuration section
  • Added note about system instruction precedence behavior

server/services/llm/openai.mdx

  • Added system_instruction parameter to Configuration section
  • Added note about system instruction precedence behavior

Summary

PR #3932 added a warning when both system_instruction (from constructor) and a system message in the context are set. The constructor's system_instruction takes precedence. This PR documents:

  1. The system_instruction constructor parameter (which existed but was undocumented)
  2. The new warning behavior when both sources are present

Gaps identified

None

… services

Updates documentation for AnthropicLLMService, AWSBedrockLLMService, and
OpenAILLMService to document the system_instruction constructor parameter
and its precedence behavior when both it and a context system message are set.

Related to pipecat-ai/pipecat#3932
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 6, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant