Add Web Search capabilities #37
Annotations
6 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/.
|
ESLint:
src/api/gpt.jsx#L53
ESLint: 'provider' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/aiChat.jsx#L97
ESLint: 'provider' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
Unused local symbol:
src/api/gpt.jsx#L53
Unused parameter provider
|
Unused local symbol:
src/aiChat.jsx#L97
Unused parameter provider
|
Unnecessary 'return' statement:
src/aiChat.jsx#L492
`return` is unnecessary as the last statement in a function with no return value
|