heymenn commited on
Commit
c07a43f
·
verified ·
1 Parent(s): 7da1f26

Update kig_core/prompts.py

Browse files
Files changed (1) hide show
  1. kig_core/prompts.py +4 -4
kig_core/prompts.py CHANGED
@@ -98,20 +98,20 @@ JSON Schema for each Key Issue object:
98
  }}
99
  Example Format:
100
  [
101
- {{{{
102
  "id": 1,
103
  "title": "Scalability of AI Models in Low-Resource Settings",
104
  "description": "Deploying complex AI models for healthcare diagnostics in areas with limited computational power and data connectivity presents significant scalability challenges. Existing models often require substantial resources.",
105
  "challenges": ["High computational requirements of current models", "Intermittent or low-bandwidth network connectivity", "Lack of large, localized datasets for training/fine-tuning"],
106
  "potential_impact": "Limits equitable access to advanced AI-driven healthcare diagnostics."
107
- }}}},
108
- {{{{
109
  "id": 2,
110
  "title": "...",
111
  "description": "...",
112
  "challenges": ["...", "..."],
113
  "potential_impact": "..."
114
- }}}}
115
  ]
116
  Generate the JSON list of Key Issues based *only* on the provided context and user query. Ensure the output is a valid JSON list.
117
  """
 
98
  }}
99
  Example Format:
100
  [
101
+ {{
102
  "id": 1,
103
  "title": "Scalability of AI Models in Low-Resource Settings",
104
  "description": "Deploying complex AI models for healthcare diagnostics in areas with limited computational power and data connectivity presents significant scalability challenges. Existing models often require substantial resources.",
105
  "challenges": ["High computational requirements of current models", "Intermittent or low-bandwidth network connectivity", "Lack of large, localized datasets for training/fine-tuning"],
106
  "potential_impact": "Limits equitable access to advanced AI-driven healthcare diagnostics."
107
+ }},
108
+ {{
109
  "id": 2,
110
  "title": "...",
111
  "description": "...",
112
  "challenges": ["...", "..."],
113
  "potential_impact": "..."
114
+ }}
115
  ]
116
  Generate the JSON list of Key Issues based *only* on the provided context and user query. Ensure the output is a valid JSON list.
117
  """