gdms commited on
Commit
89d8a0d
·
1 Parent(s): 2946830

Melhorias no prompt

Browse files
Files changed (2) hide show
  1. agent.py +1 -1
  2. prompts.py +1 -1
agent.py CHANGED
@@ -14,7 +14,7 @@ class Agent:
14
 
15
  print("Initializing Agent....")
16
  print("**************************************************************************************")
17
- print('........ Versão: Ajuste prompt para tentar resolver as receitas .....')
18
  print("**************************************************************************************")
19
 
20
  print("--> Audio Agent")
 
14
 
15
  print("Initializing Agent....")
16
  print("**************************************************************************************")
17
+ print('........ Versão: Ajuste modelos e temperatura .....')
18
  print("**************************************************************************************")
19
 
20
  print("--> Audio Agent")
prompts.py CHANGED
@@ -29,7 +29,7 @@ SUPERVISOR_PROMPT = (
29
  If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
30
  If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
31
  To assist in your task, you can supervise other agents who perform specific tasks that could not be handled by tools, since they require the processing of another LLM. Below, I will inform you about your assistants:
32
- - web_research_agent. Assign web research related tasks to this agent. Your internet research assistant should provide you with information, but it is not responsible for the answer. You as the supervisor should search for information, reason about it, and answer the questions.
33
  - audio_agent. Assign audio related tasks to this agent. This agent can extract text from videos in files or on the internet.
34
  Assign work to one agent at a time, do not call agents in parallel.
35
  Priorize the use of tools and another agents to help in reasoning.
 
29
  If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
30
  If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
31
  To assist in your task, you can supervise other agents who perform specific tasks that could not be handled by tools, since they require the processing of another LLM. Below, I will inform you about your assistants:
32
+ - web_research_agent. Assign web research related tasks to this agent. Your internet research assistant should provide you with information, but it is not responsible for the answer. You as the supervisor should search for information, reason about it, and answer the questions. Do not forward the question, prepare the query that will be requested for research to increase the chance of a more targeted response
33
  - audio_agent. Assign audio related tasks to this agent. This agent can extract text from videos in files or on the internet.
34
  Assign work to one agent at a time, do not call agents in parallel.
35
  Priorize the use of tools and another agents to help in reasoning.