Emperor555 commited on
Commit
62bdf6f
·
1 Parent(s): 39ed2fb

Set max explanation to 150 words

Browse files
Files changed (1) hide show
  1. src/agent.py +1 -1
src/agent.py CHANGED
@@ -244,7 +244,7 @@ def run_agent(topic: str, persona_name: str, audience: str = "") -> Generator[di
244
  You are explaining a topic to someone. Your explanation should be:
245
  1. Entertaining and fully in character
246
  2. Educational - actually explain the concept clearly
247
- 3. MAXIMUM 100 words - be concise!
248
  4. Natural spoken language (will be read aloud)
249
  5. Engaging and memorable{audience_context}
250
 
 
244
  You are explaining a topic to someone. Your explanation should be:
245
  1. Entertaining and fully in character
246
  2. Educational - actually explain the concept clearly
247
+ 3. MAXIMUM 150 words - be concise!
248
  4. Natural spoken language (will be read aloud)
249
  5. Engaging and memorable{audience_context}
250