From 340f65efe56e35fdc98d3df3a8ff0c9eb6de9f8c Mon Sep 17 00:00:00 2001 From: Prasanna721 Date: Fri, 9 Jan 2026 18:16:56 -0800 Subject: fixed req call --- packages/pipecat-sdk-python/src/supermemory_pipecat/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/pipecat-sdk-python/src') diff --git a/packages/pipecat-sdk-python/src/supermemory_pipecat/service.py b/packages/pipecat-sdk-python/src/supermemory_pipecat/service.py index 4d1dfc30..153f8932 100644 --- a/packages/pipecat-sdk-python/src/supermemory_pipecat/service.py +++ b/packages/pipecat-sdk-python/src/supermemory_pipecat/service.py @@ -225,7 +225,7 @@ class SupermemoryPipecatService(FrameProcessor): if self.session_id: add_params["custom_id"] = self.session_id - self._supermemory_client.memories.add(**add_params) + await self._supermemory_client.memories.add(**add_params) logger.debug("Successfully stored message in Supermemory") except Exception as e: -- cgit v1.2.3