mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-19 12:06:42 +08:00
### What problem does this PR solve? Feature: Memory interface integration testing ### Type of change - [x] New Feature (non-breaking change which adds functionality)
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
export enum MemoryApiAction {
|
|
FetchMemoryDetail = 'fetchMemoryDetail',
|
|
FetchMemoryMessage = 'fetchMemoryMessage',
|
|
FetchMessageContent = 'fetchMessageContent',
|
|
}
|