- adding usage to specialist execution
- Correcting implementation of usage - Removed some obsolete debug statements
This commit is contained in:
@@ -211,8 +211,6 @@ class BaseCrewAIConfigProcessor:
|
||||
tasks=self._process_task_configs(specialist_config),
|
||||
tools=self._process_tool_configs(specialist_config)
|
||||
)
|
||||
current_app.logger.debug(f"Processed config for tenant {self.tenant_id}, specialist {self.specialist_id}:\n"
|
||||
f"{processed_config}")
|
||||
return processed_config
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user