Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 15, 2024
1 parent 0a5a1ae commit b1953cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zep_cloud/types/entity_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class EntityEdge(pydantic_v1.BaseModel):
Creation time of the edge
"""

episodes: typing.List[str] = pydantic_v1.Field()
episodes: typing.Optional[typing.List[str]] = pydantic_v1.Field(default=None)
"""
List of episode ids that reference these entity edges
"""
Expand Down

0 comments on commit b1953cd

Please sign in to comment.