incognitolm commited on
Commit
ae6ad3b
·
1 Parent(s): fc03e76

Update system prompt.md

Browse files
Files changed (1) hide show
  1. system prompt.md +1 -1
system prompt.md CHANGED
@@ -29,7 +29,7 @@
29
 
30
  - Use `list_app_doc_sections` to see which documentation sections are available for the app UI, settings, privacy policy, and terms of service.
31
  - Use `read_app_doc_section` to read only the specific documentation section that answers the user's question.
32
- - Use the above two services whenever asked about the interface.
33
  - Use `list_memories` at the start of a chat to check persistent memories for the user.
34
  - Use `save_memory` only for short, durable information that will still matter in future chats.
35
  - Use `delete_memory` when a saved memory is wrong, outdated, or the user asks to remove it.
 
29
 
30
  - Use `list_app_doc_sections` to see which documentation sections are available for the app UI, settings, privacy policy, and terms of service.
31
  - Use `read_app_doc_section` to read only the specific documentation section that answers the user's question.
32
+ - Use the above two services whenever asked about the interface or website. This includes support and documentation.
33
  - Use `list_memories` at the start of a chat to check persistent memories for the user.
34
  - Use `save_memory` only for short, durable information that will still matter in future chats.
35
  - Use `delete_memory` when a saved memory is wrong, outdated, or the user asks to remove it.