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 5d0fc8d commit 1a8d497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zep_cloud/types/episode.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

class Episode(pydantic_v1.BaseModel):
content: typing.Optional[str] = None
created_at: typing.Optional[str] = None
graph_id: typing.Optional[str] = None
name: typing.Optional[str] = None
source: typing.Optional[EpisodeType] = None
source_description: typing.Optional[str] = None
timestamp: typing.Optional[str] = None
uuid_: typing.Optional[str] = pydantic_v1.Field(alias="uuid", default=None)

def json(self, **kwargs: typing.Any) -> str:
Expand Down

0 comments on commit 1a8d497

Please sign in to comment.