Major change to move to OpenAI functions #27
deploy.yml
on: pull_request
⬣ ESLint
56s
ʦ TypeScript
59s
⚡ Vitest
2m 53s
⚫️ Cypress
1m 37s
🐳 Build
0s
🚀 Deploy
0s
Annotations
10 errors and 10 warnings
⬣ ESLint:
AutoGPT/commandPlugins/AgentCommandPlugins.ts#L27
'agentReply' is assigned a value but never used
|
⬣ ESLint:
AutoGPT/commandPlugins/MemoryCommandPlugins.ts#L13
'getMemory' is defined but never used
|
⬣ ESLint:
AutoGPT/utils/promptV2.ts#L2
'ResponseSchema' is defined but never used
|
⬣ ESLint:
app/components/AIStarterForms.tsx#L1
'updatePartialConfig' is defined but never used
|
⬣ ESLint:
app/components/AIStarterForms.tsx#L122
'gpt35Model' is assigned a value but never used
|
⬣ ESLint:
app/components/AskFilePermission.tsx#L1
'GitHubMarkSvg' is defined but never used
|
⬣ ESLint:
app/components/AutoGPTChatLoop.tsx#L5
'useEffect' is defined but never used
|
⬣ ESLint:
app/components/Header.tsx#L1
'Bars3Icon' is defined but never used
|
⬣ ESLint:
app/components/Header.tsx#L5
'useEffect' is defined but never used
|
⬣ ESLint:
app/hooks/useAutoGPTChat.ts#L2
'CallLLMChatCompletionResponse' is defined but never used
|
⬣ ESLint:
AutoGPT/commandPlugins/AgentCommandPlugins.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
AutoGPT/commandPlugins/BrowserCommandPlugins.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
AutoGPT/commandPlugins/CodeGenerationCommandPlugin.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
AutoGPT/commandPlugins/FileOperationCommandPlugins.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
AutoGPT/commandPlugins/MemoryCommandPlugins.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
AutoGPT/commandPlugins/TaskCompleteCommandPlugins.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
AutoGPT/utils/chat.ts#L1
Imports "CallLLMChatCompletionArgs" and "CallLLMChatCompletionResponse" are only used as types
|
⬣ ESLint:
AutoGPT/utils/llmUtils.ts#L49
Redundant double negation
|
⬣ ESLint:
AutoGPT/utils/prompt.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
app/components/AIStarterForms.tsx#L25
React Hook useCallback has missing dependencies: 'aiInfoDispatcher' and 'setupDispatcher'. Either include them or remove the dependency array
|