mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 01:46:49 +08:00
fix: add ids in FetchDatasetsParams (#13459)
This commit is contained in:
@@ -140,9 +140,10 @@ export type FetchDatasetsParams = {
|
||||
url: string
|
||||
params: {
|
||||
page: number
|
||||
ids?: string[]
|
||||
tag_ids?: string[]
|
||||
limit: number
|
||||
include_all: boolean
|
||||
limit?: number
|
||||
include_all?: boolean
|
||||
keyword?: string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user