Add Web Search capabilities #33
Annotations
10 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unused import:
src/aiChat.jsx#L18
Unused import fetch from "node-fetch-polyfill";
|
ESLint:
src/api/gpt.jsx#L53
ESLint: 'provider' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/aiChat.jsx#L18
ESLint: 'fetch' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/aiChat.jsx#L69
ESLint: 'messages' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/aiChat.jsx#L98
ESLint: 'provider' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
Unused local symbol:
src/aiChat.jsx#L98
Unused parameter provider
|
Unused local symbol:
src/api/gpt.jsx#L53
Unused parameter provider
|
Unused local symbol:
src/aiChat.jsx#L69
Unused parameter messages
|
Unnecessary 'return' statement:
src/aiChat.jsx#L486
`return` is unnecessary as the last statement in a function with no return value
|