feat: Update chat demo with file upload and support prompts #480
build.yml
on: pull_request
build
/
git-secrets
6s
build
/
build
8m 26s
build
/
codeql
1m 29s
deploy
/
deploy
Annotations
1 error and 10 warnings
build / build
Process completed with exit code 1.
|
build / build:
src/common/apply-mode.ts#L9
Unexpected any. Specify a different type
|
build / build:
src/common/columnDefinitionsHelper.ts#L3
A file with name '/home/runner/work/demos/demos/src/common/columnDefinitionsHelper.ts' does not match kebab-case. Should rename to 'column-definitions-helper.ts'
|
build / build:
src/common/localStorage.ts#L3
A file with name '/home/runner/work/demos/demos/src/common/localStorage.ts' does not match kebab-case. Should rename to 'local-storage.ts'
|
build / build:
src/pages/chat/chat.tsx#L61
'setMessages' was used before it was defined
|
build / build:
src/pages/chat/chat.tsx#L64
'setIsGenAiResponseLoading' was used before it was defined
|
build / build:
src/pages/chat/chat.tsx#L65
'setMessages' was used before it was defined
|
build / build:
src/pages/chat/chat.tsx#L69
'setMessages' was used before it was defined
|
build / build:
src/pages/chat/chat.tsx#L74
'setIsGenAiResponseLoading' was used before it was defined
|
build / build:
src/pages/chat/chat.tsx#L76
'promptInputRef' was used before it was defined
|
build / build:
src/pages/chat/config.tsx#L120
Unexpected any. Specify a different type
|