diff --git a/temporalio/contrib/openai_agents/_temporal_openai_agents.py b/temporalio/contrib/openai_agents/_temporal_openai_agents.py index 0c698aa98..f553725cf 100644 --- a/temporalio/contrib/openai_agents/_temporal_openai_agents.py +++ b/temporalio/contrib/openai_agents/_temporal_openai_agents.py @@ -313,7 +313,7 @@ def configure_replayer(self, config: ReplayerConfig) -> ReplayerConfig: config["data_converter"] = DataConverter( payload_converter_class=_OpenAIPayloadConverter ) - return config + return self.next_worker_plugin.configure_replayer(config) @asynccontextmanager async def run_replayer(