default_agent_conf.json 947 B

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