Skip to content

docs: update for pipecat PR #3932#587

Merged
markbackman merged 1 commit intomainfrom
docs/pr-3932
Mar 11, 2026
Merged

docs: update for pipecat PR #3932#587
markbackman merged 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

@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 6, 2026
… 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 merged commit 4a670a7 into main Mar 11, 2026
2 checks passed
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