Skip to content

Add Web Search capabilities #49

Add Web Search capabilities

Add Web Search capabilities #49

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

npm_build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
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#L66
ESLint: 'messages' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
ESLint: src/aiChat.jsx#L87
ESLint: 'provider' is assigned a value 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)
Unused local symbol: src/aiChat.jsx#L66
Unused parameter messages
Unused local symbol: src/api/gpt.jsx#L53
Unused parameter provider
Unused local symbol: src/aiChat.jsx#L87
Unused parameter provider
Unnecessary 'return' statement: src/aiChat.jsx#L465
`return` is unnecessary as the last statement in a function with no return value