Skip to content

Commit 3c1748c

Browse files
committed
return external_id with directory response in tree
Signed-off-by: phernandez <[email protected]>
1 parent 9206e79 commit 3c1748c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/basic_memory/services/directory_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ def _build_directory_tree_from_entities(
252252
type="file",
253253
title=file.title,
254254
permalink=file.permalink,
255+
external_id=file.external_id, # UUID for v2 API
255256
entity_id=file.id,
256257
entity_type=file.entity_type,
257258
content_type=file.content_type,

0 commit comments

Comments
 (0)