GuglielmoTor commited on
Commit
4cd2f6c
·
verified ·
1 Parent(s): 406215c

Update eb_agent_module.py

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