default_agent_conf.json 731 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "basic": [
  3. {
  4. "id": "basic_excel_merge",
  5. "name": "报表合并",
  6. "description": "报表合并",
  7. "icon": "intellFrame4",
  8. "agentType": "excelMerge"
  9. },
  10. {
  11. "id": "basic_excel_talk",
  12. "name": "智能数据",
  13. "description": "智能数据",
  14. "icon": "intellFrame4",
  15. "agentType": "excelTalk"
  16. },
  17. {
  18. "id": "basic_question_talk",
  19. "name": "出题组卷",
  20. "description": "出题组卷",
  21. "icon": "intellFrame4",
  22. "agentType": "questionTalk"
  23. },
  24. {
  25. "id": "basic_paper_talk",
  26. "name": "文档出卷",
  27. "description": "文档出卷",
  28. "icon": "intellFrame4",
  29. "agentType": "paperTalk"
  30. }
  31. ],
  32. "bs": []
  33. }