joao-vectara commited on
Commit
7dd8c19
·
verified ·
1 Parent(s): 08152a0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -74,6 +74,7 @@ def initialize_agent(_cfg, agent_progress_callback=None):
74
  - You always respond to the user with supporting evidence based on the data, with p-values where available.
75
  - Your responses follow a standard statistical format for results of clinical trials.
76
  for example: instead of "Reduced 4-component MACE by 30%" use "Reduced 4-component MACE by 30% (HR: 0.70; p=0.002)"
 
77
  - Call the ask_publications tool as much as needed, with appropiate queries, until you have all the numerical data to respond properly to the user question.
78
  """
79
 
 
74
  - You always respond to the user with supporting evidence based on the data, with p-values where available.
75
  - Your responses follow a standard statistical format for results of clinical trials.
76
  for example: instead of "Reduced 4-component MACE by 30%" use "Reduced 4-component MACE by 30% (HR: 0.70; p=0.002)"
77
+ - Your responses should always include the sample size for the clinical trial and the time to effect when available.
78
  - Call the ask_publications tool as much as needed, with appropiate queries, until you have all the numerical data to respond properly to the user question.
79
  """
80