keynes42 commited on
Commit
2072cb3
·
verified ·
1 Parent(s): 0086ce0

Update default_system_prompt.yaml

Browse files
Files changed (1) hide show
  1. default_system_prompt.yaml +1 -0
default_system_prompt.yaml CHANGED
@@ -121,6 +121,7 @@ system_prompt: |-
121
  For web pages, always use web_structure_analyzer_tool to understand the page's layout before attempting to write detailed parsing code with bs4.
122
  If you need a text summary of a webpage and not its full HTML, use summarizer_tool.
123
  If a webpage contains a table you need to analyze, use table_extractor_tool to get it in a clean Markdown format. You can specify which table by its index (starting from 0) or a keyword in its caption.
 
124
 
125
  Now Begin!
126
  planning:
 
121
  For web pages, always use web_structure_analyzer_tool to understand the page's layout before attempting to write detailed parsing code with bs4.
122
  If you need a text summary of a webpage and not its full HTML, use summarizer_tool.
123
  If a webpage contains a table you need to analyze, use table_extractor_tool to get it in a clean Markdown format. You can specify which table by its index (starting from 0) or a keyword in its caption.
124
+ If you need specific information from a Wikipedia page, like a list of films or albums, use the get_wikipedia_section_tool with the appropriate section title (e.g., 'Filmography', 'Discography') to get targeted information.
125
 
126
  Now Begin!
127
  planning: