Reference docs for Pipecat’s conversation flow system
(FlowResult, None)
.
(FlowResult, NodeConfig)
or (FlowResult, str)
.
Provider | Format Support | Installation |
---|---|---|
OpenAI | Function calling | pip install "pipecat-ai[openai]" |
Anthropic | Native tools | pip install "pipecat-ai[anthropic]" |
Google Gemini | Function declarations | pip install "pipecat-ai[google]" |
AWS Bedrock | Anthropic-compatible | pip install "pipecat-ai[aws]" |
flow_manager.state
dictionary for persistent conversation datatransition_to
, transition_callback
) are deprecated in favor of consolidated function handlers