Fix missing default None for add_episode_bulk (#101)

Fix missing default None for add_episode and add_episode_bulk



---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/getzep/graphiti?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
Daniel Chalef 2024-09-09 19:12:59 -07:00 committed by GitHub
parent 1a447d75a2
commit 3f12254916
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -412,7 +412,7 @@ class Graphiti:
except Exception as e:
raise e
async def add_episode_bulk(self, bulk_episodes: list[RawEpisode], group_id: str | None):
async def add_episode_bulk(self, bulk_episodes: list[RawEpisode], group_id: str | None = None):
"""
Process multiple episodes in bulk and update the graph.