Node name bug (#605)
* prompt update * prompt update * revert quickstart changes
This commit is contained in:
parent
cc4541e496
commit
760ca7e90c
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class NodeDuplicate(BaseModel):
|
|||
)
|
||||
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(
|
||||
...,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "graphiti-core"
|
||||
description = "A temporal graph building library"
|
||||
version = "0.12.3"
|
||||
version = "0.12.4"
|
||||
authors = [
|
||||
{ "name" = "Paul Paliychuk", "email" = "paul@getzep.com" },
|
||||
{ "name" = "Preston Rasmussen", "email" = "preston@getzep.com" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue