Skip to content

✨ feat: 基本实现初步的会话功能 #30

✨ feat: 基本实现初步的会话功能

✨ feat: 基本实现初步的会话功能 #30

Triggered via push July 3, 2023 15:12
Status Failure
Total duration 1m 1s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/helpers/agent.ts#L1
Module '"@/store/session/initialState"' has no exported member 'initialAgent'.
test: src/helpers/agent.ts#L2
Cannot find module '@/types' or its corresponding type declarations.
test: src/helpers/agent.ts#L11
'a' is of type 'unknown'.
test: src/prompts/agent.ts#L1
Cannot find module '@/types' or its corresponding type declarations.
test: src/prompts/chat.ts#L1
Cannot find module '@/types' or its corresponding type declarations.
test: src/store/middleware/createHashStorage.ts#L2
Cannot find module 'lodash.isempty' or its corresponding type declarations.
test: src/store/session/slices/agentSettings/action.ts#L34
Argument of type '{ agents: ChatAgentMap; }' is not assignable to parameter of type 'SessionStore | Partial<SessionStore> | ((state: SessionStore) => SessionStore | Partial<SessionStore>)'.
test: src/store/session/slices/agentSettings/action.ts#L34
Property 'agents' does not exist on type 'SessionStore'.
test: src/store/session/slices/agentSettings/action.ts#L45
Property 'agents' does not exist on type 'SessionStore'.
test: src/store/session/slices/agentSettings/action.ts#L49
Type '"title"' is not assignable to type '"type" | "config" | "chats" | "meta" | "updateAt" | "createAt"'.