Spaces:
Running
Running
Update eb_agent_module.py
Browse files- eb_agent_module.py +1 -1
eb_agent_module.py
CHANGED
@@ -421,7 +421,7 @@ class EmployerBrandingAgent:
|
|
421 |
def _get_dataframes_summary(self) -> str:
|
422 |
return get_all_schemas_representation(self.all_dataframes)
|
423 |
|
424 |
-
def
|
425 |
"""
|
426 |
Builds a comprehensive and user-friendly system prompt for an Employer Branding AI Agent
|
427 |
tailored for HR professionals, emphasizing natural conversation and masking technical details.
|
|
|
421 |
def _get_dataframes_summary(self) -> str:
|
422 |
return get_all_schemas_representation(self.all_dataframes)
|
423 |
|
424 |
+
def _build_system_prompt(self) -> str:
|
425 |
"""
|
426 |
Builds a comprehensive and user-friendly system prompt for an Employer Branding AI Agent
|
427 |
tailored for HR professionals, emphasizing natural conversation and masking technical details.
|