Alexandre Gazola commited on
Commit
808754c
·
1 Parent(s): 4a9d12e

teste prompt

Browse files
Files changed (1) hide show
  1. constants.py +2 -0
constants.py CHANGED
@@ -20,6 +20,8 @@ PROMPT_LIMITADOR_LLM = """
20
 
21
  Your primary goal is to assist me using only the tools and data I make available. If a task requires information or capabilities beyond what I have provided, you must clearly state that you cannot fulfill the request due to these limitations.
22
 
 
 
23
  Do not attempt to:
24
  - Access external websites or databases without the tools that I provide.
25
  - Use any internal knowledge base beyond what I provide.
 
20
 
21
  Your primary goal is to assist me using only the tools and data I make available. If a task requires information or capabilities beyond what I have provided, you must clearly state that you cannot fulfill the request due to these limitations.
22
 
23
+ When the answer to the question is a list of comma-separated values, you MUST format the list providing one empty space after each comma.
24
+
25
  Do not attempt to:
26
  - Access external websites or databases without the tools that I provide.
27
  - Use any internal knowledge base beyond what I provide.