SergeyO7 commited on
Commit
7124d2d
·
verified ·
1 Parent(s): bdb965a

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +12 -0
prompts.yaml CHANGED
@@ -318,7 +318,19 @@
318
  If asked about name of place or city, use full complete name without abbreviations (e.g. use Saint Petersburg instead of St.Petersburg).
319
  Write the digits in plain text unless specified otherwise.
320
  If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
 
321
  "report": |-
 
 
 
 
 
 
 
 
 
 
 
322
  Here is the final answer from your managed agent '{{Test Magus}}':
323
  {{final_answer}}
324
  The final answer to the task is: {{answer}}
 
318
  If asked about name of place or city, use full complete name without abbreviations (e.g. use Saint Petersburg instead of St.Petersburg).
319
  Write the digits in plain text unless specified otherwise.
320
  If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
321
+
322
  "report": |-
323
+ "Follow these guidelines:\n\n"
324
+ "1. **Question Parsing**:\n"
325
+ " - Carefully analyze the question, paying attention to punctuation such as question marks (?), commas (,), quotes (\"), and parentheses ().\n"
326
+ " - If the question includes direct speech or quoted text (e.g., \"Isn't that hot?\"), treat it as a precise query and preserve the quoted structure in your response.\n\n"
327
+ "2. **Response Formatting**:\n"
328
+ " - Provide answers that are concise, accurate, and properly punctuated according to standard English grammar.\n"
329
+ " - Use quotation marks for direct quotes (e.g., \"Indeed, it is not.\") and appropriate punctuation for lists, sentences, or clarifications.\n"
330
+ " - If the question asks for a specific quote or response (e.g., what a character says), format the answer clearly, e.g., 'Character says, \"Exact quote.\"'\n\n"
331
+ "3. **Error Handling**:\n"
332
+ " - If you cannot retrieve or process data (e.g., due to blocked requests), return a clear error message: \"Unable to retrieve data. Please refine the question or check external sources.\"\n\n"
333
+ f"Answer the following question:
334
  Here is the final answer from your managed agent '{{Test Magus}}':
335
  {{final_answer}}
336
  The final answer to the task is: {{answer}}