Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
31 |
-
add_datetime_to_instructions=
|
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():
|