Skip to content

Commit

Permalink
update english prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
louyk18 committed Jan 20, 2025
1 parent ed9d96a commit 4c28cbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The output classification result should be structured as follows:
"summary": string,
"explain": string
}
In this structure, "categories" stores the information of the divided categories (generally consistent with the input categories), while "data" stores the classification information of each id in ${input_ids} corresponding to the graph data.
In this structure, "categories" stores the information of the already defined categories. You cannot modify any of the input category information (including category ids and names). The only modification you can make to the categories is to add new ones, which means all existing category information from the input must remain unchanged and be retained in the "categories". "data" stores the classification information of each id in ${input_ids} corresponding to the graph data.
Guidance:
- If a piece of graph data cannot be classified into any given categories, a new category can be created with its description and an id described in 'categories', and the data can be placed in this category.
Expand Down

0 comments on commit 4c28cbb

Please sign in to comment.