Skip to content

Add Web Search capabilities #37

Add Web Search capabilities

Add Web Search capabilities #37

Triggered via pull request May 17, 2024 13:29
@XInTheDarkXInTheDark
synchronize #20
web_search
Status Success
Total duration 29s
Artifacts

npm_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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