From e777e78510eac77fe405fdb1b9542aadcc155af4 Mon Sep 17 00:00:00 2001 From: richtermb Date: Tue, 5 Aug 2025 15:02:00 -0700 Subject: [PATCH] Rename 'source' parameter to 'processor' in ErrorFrame class documentation for clarity. --- src/pipecat/frames/frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/frames/frames.py b/src/pipecat/frames/frames.py index 94a60787d..4c9b57332 100644 --- a/src/pipecat/frames/frames.py +++ b/src/pipecat/frames/frames.py @@ -664,7 +664,7 @@ class ErrorFrame(SystemFrame): Parameters: error: Description of the error that occurred. fatal: Whether the error is fatal and requires bot shutdown. - source: The frame processor that generated the error. + processor: The frame processor that generated the error. """ error: str