This commit is contained in:
shamoon
2025-04-21 12:55:33 -07:00
parent 339612f4ec
commit 767118fa8a
3 changed files with 9 additions and 6 deletions

View File

@@ -787,6 +787,7 @@ class DocumentViewSet(
)
matched_types = match_document_types_by_name(
llm_resp.get("document_types", []),
request.user,
)
matched_paths = match_storage_paths_by_name(
llm_resp.get("storage_paths", []),