Fix: Metadata bugs. (#12111)

### What problem does this PR solve?

Fix: Metadata bugs.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
chanx
2025-12-23 14:16:57 +08:00
committed by GitHub
parent d1bc7ad2ee
commit 8e6ddd7c1b
20 changed files with 184 additions and 63 deletions

View File

@ -33,4 +33,5 @@ export interface IFetchKnowledgeListRequestParams {
export interface IFetchDocumentListRequestBody {
suffix?: string[];
run_status?: string[];
metadata?: Record<string, string[]>;
}