Kate Forsberg commited on
Commit
727c6b5
·
1 Parent(s): 7d58ec4

removed rule

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -79,9 +79,6 @@ def build_talk_agent(session_id: str, message: str) -> Agent:
79
  Rule(
80
  value="Only return the current query structure and any questions to fill in missing information."
81
  ),
82
- Rule(
83
- value="Don't return names or usernames, just return the initials of the responses."
84
- ),
85
  ],
86
  )
87
  file_manager_tool = FileManager(
 
79
  Rule(
80
  value="Only return the current query structure and any questions to fill in missing information."
81
  ),
 
 
 
82
  ],
83
  )
84
  file_manager_tool = FileManager(