diff --git a/src/pipecat/runner/types.py b/src/pipecat/runner/types.py index 49ee71cf4..39c4b7009 100644 --- a/src/pipecat/runner/types.py +++ b/src/pipecat/runner/types.py @@ -40,7 +40,7 @@ class DailyRunnerArguments(RunnerArguments): room_url: str token: Optional[str] = None - body: Optional[Any] = {} + body: Optional[Any] = field(default_factory=dict) @dataclass