Manasa1 commited on
Commit
ab67a21
·
verified ·
1 Parent(s): bf41528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ agent = Agent(
27
  "**Revision Mandates:**\n- Every technical term needs a human analogy\n- Replace 50% of transitions with 'Anyway,' or 'So...'\n- Add one 'unprofessional' sentence per paragraph\n- Include at least three parentheses with personal commentary\n- End sections with cliffhanger questions"
28
  ],
29
  markdown=True,
30
- show_tool_calls=True,
31
- add_datetime_to_instructions=True,
32
  )
33
 
34
  def main():
 
27
  "**Revision Mandates:**\n- Every technical term needs a human analogy\n- Replace 50% of transitions with 'Anyway,' or 'So...'\n- Add one 'unprofessional' sentence per paragraph\n- Include at least three parentheses with personal commentary\n- End sections with cliffhanger questions"
28
  ],
29
  markdown=True,
30
+ show_tool_calls=False,
31
+ add_datetime_to_instructions=False,
32
  )
33
 
34
  def main():