Skip to content

Commit

Permalink
Merge pull request #139 from xsy-kucha/feat/extractDataFromText
Browse files Browse the repository at this point in the history
feat: add extractDataFromText API(Undebugged skylark prompt)
  • Loading branch information
da730 authored Jun 10, 2024
2 parents d4e0d4e + 955d5d2 commit 37cca79
Show file tree
Hide file tree
Showing 17 changed files with 735 additions and 87 deletions.
11 changes: 11 additions & 0 deletions packages/vmind/__tests__/browser/src/constants/mockData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3729,3 +3729,14 @@ JIRA-27277,BP1.4.0,1
JIRA-27276,BP1.4.0,1`,
input: '按照bp分类统计count之和,绘制柱状堆叠图'
};

export const mockUserTextInput1 = {
text:'全国人口[2]中,拥有大学(指大专及以上)文化程度的人口为218360767人;拥有高中(含中专)文化程度的人口为213005258人;' +
'拥有初中文化程度的人口为487163489人;拥有小学文化程度的人口为349658828人(以上各种受教育程度的人包括各类学校的毕业生、肄业生和在校生)。',
input: '对比本次人口普查各文化程度的人口比重。'
};

export const mockUserTextInput2 = {
text:'人口增长较多的5个省份依次为:广东、浙江、江苏、山东、河南,分别增加21709378人、10140697人、6088113人、5734388人、5341952人。',
input: '对比这五个城市的人口增长幅度。'
};
Loading

0 comments on commit 37cca79

Please sign in to comment.