mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 19:46:32 +08:00
feat(server): add real-world prompt test for copilot apis (#8629)
fix AF-1432, PD-1176
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@affine/copilot-result",
|
||||
"version": "0.17.0",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"description": "Send copilot result to slack",
|
||||
"dependencies": {
|
||||
"@slack/web-api": "^7.3.4",
|
||||
"jsx-slack": "^6.1.1",
|
||||
"marked": "^14.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user