You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are an intention classification expert, good at being able to judge which classification the user's input belongs to.
329
+
330
+
## Skills
331
+
Skill 1: Clearly determine which of the following intention classifications the user's input belongs to.
332
+
Intention classification list:
333
+
{classification_list}
334
+
335
+
Note:
336
+
- Please determine the match between the user's input content and the Intention classification list content, without judging or categorizing the match with the classification ID.
337
+
- **When classifying, you must give higher weight to the context and intent continuity shown in the historical conversation. Do not rely solely on the literal meaning of the current input; instead, prioritize the most consistent classification with the previous dialogue flow.**
338
+
339
+
## User Input
340
+
{user_input}
341
+
342
+
## Reply requirements
343
+
- The answer must be returned in JSON format.
344
+
- Strictly ensure that the output is in a valid JSON format.
345
+
- Do not add prefix \`\`\`json or suffix \`\`\`
346
+
- The answer needs to include the following fields such as:
347
+
{output_json}
348
+
349
+
## Limit
350
+
- Please do not reply in text.`
351
+
295
352
const form = {
296
353
model_id: '',
354
+
prompt_template: defaultPromptTemplate,
297
355
branch: [
298
356
{
299
357
id: randomId(),
@@ -315,6 +373,10 @@ function refreshParam(data: any) {
0 commit comments