Spaces:
Running
Running
Update eb_agent_module.py
Browse files- eb_agent_module.py +1 -1
eb_agent_module.py
CHANGED
@@ -404,7 +404,7 @@ class EmployerBrandingAgent:
|
|
404 |
def _get_dataframes_summary(self) -> str:
|
405 |
return get_all_schemas_representation(self.all_dataframes)
|
406 |
|
407 |
-
def
|
408 |
"""
|
409 |
Builds a comprehensive system prompt for an Employer Branding AI Agent
|
410 |
tailored for HR professionals with varying data analysis skills.
|
|
|
404 |
def _get_dataframes_summary(self) -> str:
|
405 |
return get_all_schemas_representation(self.all_dataframes)
|
406 |
|
407 |
+
def _build_system_prompt(self) -> str:
|
408 |
"""
|
409 |
Builds a comprehensive system prompt for an Employer Branding AI Agent
|
410 |
tailored for HR professionals with varying data analysis skills.
|