Omnibus commited on
Commit
6c6ed10
·
verified ·
1 Parent(s): a61607d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -101,9 +101,11 @@ NEWS_REPORTER="""You are an RSS News Aggregator. Your duty is to create a JSON
101
  Your Workflow should be:
102
  1. Read provided data
103
  2. Sort data into relevant articles
104
- 3. Return JSON data output
105
  Output Format:
 
106
  {output_format}
 
107
  Provided News Articles:
108
  {new_data}
109
  """
 
101
  Your Workflow should be:
102
  1. Read provided data
103
  2. Sort data into relevant articles
104
+ 3. Return only JSON data in the Output Format
105
  Output Format:
106
+ ```
107
  {output_format}
108
+ ```
109
  Provided News Articles:
110
  {new_data}
111
  """