Add Web Search capabilities #70
5 new problems found by Qodana for JS
Qodana for JS
5 new problems were found
Inspection name | Severity | Problems |
---|---|---|
ESLint |
🔶 Warning | 2 |
Unused local symbol |
🔶 Warning | 2 |
Unnecessary 'return' statement |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 65 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 53 in src/api/gpt.jsx
github-actions / Qodana for JS
ESLint
ESLint: 'provider' is defined but never used. (@typescript-eslint/no-unused-vars)
Check warning on line 97 in src/aiChat.jsx
github-actions / Qodana for JS
ESLint
ESLint: 'provider' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
Check warning on line 53 in src/api/gpt.jsx
github-actions / Qodana for JS
Unused local symbol
Unused parameter provider
Check warning on line 97 in src/aiChat.jsx
github-actions / Qodana for JS
Unused local symbol
Unused parameter provider
Check warning on line 493 in src/aiChat.jsx
github-actions / Qodana for JS
Unnecessary 'return' statement
`return` is unnecessary as the last statement in a function with no return value