Skip to content

Commit

Permalink
feat: Fetch conversation list by @tanstack/react-query and displays e…
Browse files Browse the repository at this point in the history
…rror message that task_executor does not exist infiniflow#2088 (infiniflow#2112)

### What problem does this PR solve?

feat: Fetch conversation list by @tanstack/react-query
feat: Displays error message that task_executor does not exist

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
cike8899 authored Aug 27, 2024
1 parent 84f5a4d commit 213f6b5
Show file tree
Hide file tree
Showing 11 changed files with 343 additions and 453 deletions.
1 change: 1 addition & 0 deletions web/src/components/file-icon/index.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.thumbnailImg {
display: inline-block;
max-width: 20px;
}
7 changes: 7 additions & 0 deletions web/src/constants/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ export enum SharedFrom {
Agent = 'agent',
Chat = 'chat',
}

export enum ChatSearchParams {
DialogId = 'dialogId',
ConversationId = 'conversationId',
}

export const EmptyConversationId = 'empty';
Loading

0 comments on commit 213f6b5

Please sign in to comment.