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