cleaned handling of tasks
This commit is contained in:
parent
bb253c18fa
commit
bc63bf7a75
1 changed files with 0 additions and 3 deletions
|
|
@ -109,9 +109,6 @@ class HandlingTasks:
|
|||
logger.info("=== TASK PLANNING PROMPT SENT TO AI ===")
|
||||
logger.info(f"User Input: {userInput}")
|
||||
logger.info(f"Available Documents: {available_docs}")
|
||||
logger.info("=== FULL TASK PLANNING PROMPT ===")
|
||||
logger.info(task_planning_prompt)
|
||||
logger.info("=== END TASK PLANNING PROMPT ===")
|
||||
|
||||
prompt = await self.service.callAiTextAdvanced(task_planning_prompt)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue