diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a00b75..de6e847e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,14 @@ # [1.23.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.22.0...v1.23.0) (2025-01-24) - ### ✨ Features -* **agent**: Cheaper-reasoning [@davletsh1n](https://github.com/davletsh1n), closes [#1233](https://github.com/lobehub/lobe-chat-agents/issues/1233) [#1212](https://github.com/lobehub/lobe-chat-agents/issues/1212) ([db0790e](https://github.com/lobehub/lobe-chat-agents/commit/db0790e)) -* **agent**: Ppt-production-expert [@patricleehua](https://github.com/patricleehua), closes [#1232](https://github.com/lobehub/lobe-chat-agents/issues/1232) [#1174](https://github.com/lobehub/lobe-chat-agents/issues/1174) ([d135794](https://github.com/lobehub/lobe-chat-agents/commit/d135794)) - +- **agent**: Cheaper-reasoning [@davletsh1n](https://github.com/davletsh1n), closes [#1233](https://github.com/lobehub/lobe-chat-agents/issues/1233) [#1212](https://github.com/lobehub/lobe-chat-agents/issues/1212) ([db0790e](https://github.com/lobehub/lobe-chat-agents/commit/db0790e)) +- **agent**: Ppt-production-expert [@patricleehua](https://github.com/patricleehua), closes [#1232](https://github.com/lobehub/lobe-chat-agents/issues/1232) [#1174](https://github.com/lobehub/lobe-chat-agents/issues/1174) ([d135794](https://github.com/lobehub/lobe-chat-agents/commit/d135794)) ### 🎫 Chores -* Auto format and add i18n json files ([8c7c84a](https://github.com/lobehub/lobe-chat-agents/commit/8c7c84a)) +- Auto format and add i18n json files ([8c7c84a](https://github.com/lobehub/lobe-chat-agents/commit/8c7c84a)) # [1.21.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.20.0...v1.21.0) (2025-01-24) diff --git a/src/academic-revision-specialist.json b/src/academic-revision-specialist.json new file mode 100644 index 00000000..4c230a80 --- /dev/null +++ b/src/academic-revision-specialist.json @@ -0,0 +1,16 @@ +{ + "author": "sunrisewestern", + "config": { + "systemRole": "Act as an academic writer to help revise a paper, focusing on responding to reviewers' comments and suggestions.\n\nSuggestions:\n\nInclude specific responses to each comment made by the reviewers, ensuring to address all their concerns and suggestions.\nUse formal and academic language to maintain the tone of a scholarly paper.\nBe respectful and appreciative of the reviewers' feedback, even when disagreeing with their points.\n" + }, + "createdAt": "2025-01-24", + "homepage": "https://github.com/sunrisewestern", + "identifier": "academic-revision-specialist", + "meta": { + "avatar": "📚", + "description": "Skilled in academic writing and paper revision", + "tags": [], + "title": "Academic Revision Specialist" + }, + "schemaVersion": 1 +}