mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-21 20:11:43 +08:00
build: use tsconfig bundler (#3581)
This commit is contained in:
@@ -13,7 +13,7 @@ import { IndexedDBChatMessageHistory } from './langchain/message-history';
|
||||
import { chatPrompt, followupQuestionPrompt } from './prompts';
|
||||
import { followupQuestionParser } from './prompts/output-parser';
|
||||
|
||||
type ChatAI = {
|
||||
export type ChatAI = {
|
||||
// Core chat AI
|
||||
conversationChain: ConversationChain;
|
||||
// Followup AI, used to generate followup questions
|
||||
|
||||
Reference in New Issue
Block a user