GuglielmoTor commited on
Commit
dea52fa
·
verified ·
1 Parent(s): 93b5bb3

Update eb_agent_module.py

Browse files
Files changed (1) hide show
  1. 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 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.
 
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.