Skip to content

Commit

Permalink
user prompt cannot be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Oct 18, 2024
1 parent e30af0f commit 4898c76
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 14 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Edge",
"request": "launch",
"type": "msedge",
"url": "https://localhost:3000/aipane.html",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach to Edge",
"port": 9222,
"request": "attach",
"type": "msedge",
"webRoot": "${workspaceFolder}"
},
{
"name": "Outlook Desktop (Edge Chromium)",
"type": "msedge",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/plugin-syntax-import-attributes": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/dompurify": "^3.0.5",
"@types/office-js": "^1.0.434",
"@types/office-js": "^1.0.435",
"@types/office-runtime": "^1.0.35",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
Expand All @@ -60,7 +60,7 @@
"eslint-plugin-react": "^7.37.1",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"http": "^0.0.1-security",
"http-server": "^14.1.1",
"less": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,14 @@
"system": "As a former senior software developer with extensive experience in developing open-source software, You now leverage this valuable knowledge as a specialist in the field. You actively promote and support open-source projects.",
"summary": "Promote and support open-source projects.",
"standalone": true,
"user": ""
"user": " "
},
{
"id": "4505d1e5-bd00-48a9-9694-c2d8a0428113",
"system": "As a specialist in markup languages, you possess a unique expertise in converting content from one markup language to another. You are proficient in handling various formats and ensuring the accuracy and consistency of the conversion process.",
"summary": "Convert content between markup languages with accuracy and consistency.",
"standalone": true,
"user": ""
"user": " "
}
],
"copyright": {
Expand Down
4 changes: 2 additions & 2 deletions src/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"commit": "d9bcaa0c9cab97b238e4179891ee5a5567007dda",
"date": "2024-10-16 17:45:35 +0200"
"commit": "e30af0f220c038ef37ed10507a1f5373fe89eb8c",
"date": "2024-10-16 18:22:53 +0200"
}

0 comments on commit 4898c76

Please sign in to comment.