mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
Fix batch get chunks in sdk
This commit is contained in:
parent
b521f29acd
commit
c6ec5cc9fb
@ -373,7 +373,8 @@ class _MorphikClientLogic:
|
||||
if end_user_id:
|
||||
request["end_user_id"] = end_user_id
|
||||
return request
|
||||
return source_dicts # Return just sources list if no scoping is needed
|
||||
# Return the dictionary structure { "sources": [...] } consistently.
|
||||
return {"sources": source_dicts}
|
||||
|
||||
def _prepare_create_graph_request(
|
||||
self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user