- Adding specialist configuration information to be added as arguments for retrievers.

This commit is contained in:
Josako
2025-08-03 18:31:42 +02:00
parent cea38e02d2
commit 212ea28de8
3 changed files with 9 additions and 37 deletions

View File

@@ -15,10 +15,4 @@ RETRIEVER_TYPES = {
"partner": "traicie",
"valid_catalog_types": ["TRAICIE_ROLE_DEFINITION_CATALOG"]
},
"TRAICIE_ROLE_DEFINITION_VACANCY_TEXT": {
"name": "Traicie Role Definition Vacancy Text Retriever",
"description": "Retrieves vacancy text for a given role",
"partner": "traicie",
"valid_catalog_types": ["TRAICIE_ROLE_DEFINITION_CATALOG"]
}
}