Lucas ARRIESSE
commited on
Commit
·
8c42385
1
Parent(s):
e97be0e
update refine prompt
Browse files- prompts/private/refine.txt +1 -0
- static/js/gen.js +1 -0
prompts/private/refine.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
<role>You are an expert system designer</role>
|
2 |
<task>
|
3 |
Your task is to refine an idea to account for the given insights.
|
|
|
4 |
</task>
|
5 |
|
6 |
<idea>
|
|
|
1 |
<role>You are an expert system designer</role>
|
2 |
<task>
|
3 |
Your task is to refine an idea to account for the given insights.
|
4 |
+
Only refine the idea itself, do not add tracking todo list items. They will be handled on the side.
|
5 |
</task>
|
6 |
|
7 |
<idea>
|
static/js/gen.js
CHANGED
@@ -187,6 +187,7 @@ export async function getModelList(providerUrl, apiKey) {
|
|
187 |
|
188 |
// # ========================================================================================== Idea assessment logic ==================================================================
|
189 |
|
|
|
190 |
const StructuredAssessmentOutput = zod.object({
|
191 |
final_verdict: zod.string(),
|
192 |
summary: zod.string(),
|
|
|
187 |
|
188 |
// # ========================================================================================== Idea assessment logic ==================================================================
|
189 |
|
190 |
+
// keep in sync with contents of "extract" prompt
|
191 |
const StructuredAssessmentOutput = zod.object({
|
192 |
final_verdict: zod.string(),
|
193 |
summary: zod.string(),
|