dedupe prompt update

This commit is contained in:
prestonrasmussen 2025-07-29 18:43:42 -04:00
parent 19bddb5528
commit 6f3a4f19eb
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ class NodeDuplicate(BaseModel):
)
duplicates: list[int] = Field(
...,
description='idx of all duplicate entities.',
description='idx of all entities that are a duplicate of the entity with the above id.',
)

View file

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

2
uv.lock generated
View file

@ -746,7 +746,7 @@ wheels = [
[[package]]
name = "graphiti-core"
version = "0.18.0"
version = "0.18.1"
source = { editable = "." }
dependencies = [
{ name = "diskcache" },