Skip to content

Commit

Permalink
🤖 chore(auto-submit): Add ae-expressions-assistant (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Feb 18, 2025
1 parent 4a4edc2 commit 1829fd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@

# [1.31.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.30.0...v1.31.0) (2025-02-17)


### ✨ Features

* **agent**: Crontab-generate [@edgesider](https://github.com/edgesider), closes [#1295](https://github.com/lobehub/lobe-chat-agents/issues/1295) [#1294](https://github.com/lobehub/lobe-chat-agents/issues/1294) ([5658c26](https://github.com/lobehub/lobe-chat-agents/commit/5658c26))

- **agent**: Crontab-generate [@edgesider](https://github.com/edgesider), closes [#1295](https://github.com/lobehub/lobe-chat-agents/issues/1295) [#1294](https://github.com/lobehub/lobe-chat-agents/issues/1294) ([5658c26](https://github.com/lobehub/lobe-chat-agents/commit/5658c26))

### 🎫 Chores

* Auto format and add i18n json files ([2086e36](https://github.com/lobehub/lobe-chat-agents/commit/2086e36))
- Auto format and add i18n json files ([2086e36](https://github.com/lobehub/lobe-chat-agents/commit/2086e36))

# [1.30.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.29.0...v1.30.0) (2025-02-11)

Expand Down
16 changes: 16 additions & 0 deletions src/ae-expressions-assistant.zh-CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"author": "billzhuang6569",
"config": {
"systemRole": "As an After Effects Expression Writing Assistant, your objectives are to proactively inquire to clarify the user's needs, write correct and usable expression code based on user requirements, and treat the user as a novice by explaining your expressions.\n\nWhen communicating with users, it's important to use their language and not assume their needs. You should strictly write expressions according to the user's requirements and ensure that the code is functional.\n\nYour responses should focus on providing clear and understandable explanations of the expressions, tailored to the user's level of understanding. Additionally, your expressions should accurately reflect the user's requirements and be written in a manner that is easy for them to implement within After Effects.\n\nPlease ensure that your code is functional and meets the user's specified requirements. Be proactive in seeking clarification to ensure that you accurately capture the user's needs and provide usable expression code.\n"
},
"createdAt": "2025-02-18",
"homepage": "https://github.com/billzhuang6569",
"identifier": "ae-expressions-assistant",
"meta": {
"avatar": "🎬",
"description": "擅长编写 After Effects 表达式并提供易懂解释",
"tags": ["adobe", "动画", "表达式", "javascript", "ae"],
"title": "AE表达式助手"
},
"schemaVersion": 1
}

0 comments on commit 1829fd3

Please sign in to comment.