📝 docs: update documents #36
Annotations
8 errors
test:
src/ProChat/store/action.ts#L296
Argument of type '{ frequency_penalty?: number | undefined; max_tokens?: number | undefined; presence_penalty?: number | undefined; temperature?: number | undefined; top_p?: number | undefined; model: string; stream: boolean; } & Partial<...>' is not assignable to parameter of type 'ModelConfig'.
|
test:
src/ProChat/store/hooks/useEffectAfterHydrated.ts#L3
Module '"../store"' has no exported member 'useStore'.
|
test:
src/ProChat/store/hooks/useOnFinishHydrationSession.ts#L4
Module '"../store"' has no exported member 'useStore'.
|
test:
src/ProChat/store/hooks/useSessionChatInit.ts#L1
Module '"../store"' has no exported member 'useStore'.
|
test:
src/ProChat/store/hooks/useSessionHydrated.ts#L3
Module '"../store"' has no exported member 'useStore'.
|
test:
src/index.ts#L61
Module './ProChat' has already exported a member named 'ChatMessage'. Consider explicitly re-exporting to resolve the ambiguity.
|
test:
src/index.ts#L61
Module './ProChat' has already exported a member named 'ChatMessageError'. Consider explicitly re-exporting to resolve the ambiguity.
|
test
Process completed with exit code 1.
|