Node name bug (#605)

* prompt update

* prompt update

* revert quickstart changes
This commit is contained in:
Preston Rasmussen 2025-06-18 18:20:28 -04:00 committed by GitHub
parent cc4541e496
commit 760ca7e90c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ class NodeDuplicate(BaseModel):
) )
name: str = Field( name: str = Field(
..., ...,
description='Name of the entity. Should be the most complete and descriptive name possible.', description='Name of the entity. Should be the most complete and descriptive name possible. Do not include any JSON formatting in the Entity name.',
) )
additional_duplicates: list[int] = Field( additional_duplicates: list[int] = Field(
..., ...,

View file

@ -1,7 +1,7 @@
[project] [project]
name = "graphiti-core" name = "graphiti-core"
description = "A temporal graph building library" description = "A temporal graph building library"
version = "0.12.3" version = "0.12.4"
authors = [ authors = [
{ "name" = "Paul Paliychuk", "email" = "paul@getzep.com" }, { "name" = "Paul Paliychuk", "email" = "paul@getzep.com" },
{ "name" = "Preston Rasmussen", "email" = "preston@getzep.com" }, { "name" = "Preston Rasmussen", "email" = "preston@getzep.com" },