Skip to content

Commit 9ffb0b2

Browse files
Update graphiti_core/prompts/dedupe_edges.py
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent fe841a4 commit 9ffb0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphiti_core/prompts/dedupe_edges.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class EdgeDuplicate(BaseModel):
3131
...,
3232
description='List of ids of facts that should be invalidated. If no facts should be invalidated, the list should be empty.',
3333
)
34-
fact_type: str = Field(..., description='One of the provided fact_Types or DEFAULT')
34+
fact_type: str = Field(..., description='One of the provided fact types or DEFAULT')
3535

3636

3737
class UniqueFact(BaseModel):

0 commit comments

Comments
 (0)