- Aanpassingen aan opbouw specialist historiek

- Nieuwe versie van de selectie specialist "Fake it till you Make it" ;-)
This commit is contained in:
Josako
2025-06-15 18:31:13 +02:00
parent 82e25b356c
commit dbea41451a
6 changed files with 91 additions and 10 deletions

View File

@@ -71,6 +71,11 @@ class SpecialistExecutor(CrewAIBaseSpecialistExecutor):
def execute(self, arguments: SpecialistArguments, formatted_context, citations) -> SpecialistResult:
self.log_tuning("Traicie Selection Specialist execution started", {})
current_app.logger.debug(f"Arguments: {arguments.model_dump()}")
current_app.logger.debug(f"Formatted Context: {formatted_context}")
current_app.logger.debug(f"Formatted History: {self._formatted_history}")
current_app.logger.debug(f"Cached Chat Session: {self._cached_session}")
# flow_inputs = {
# "vacancy_text": arguments.vacancy_text,
# "role_name": arguments.role_name,