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
|
url: string
|
||||||
params: {
|
params: {
|
||||||
page: number
|
page: number
|
||||||
|
ids?: string[]
|
||||||
tag_ids?: string[]
|
tag_ids?: string[]
|
||||||
limit: number
|
limit?: number
|
||||||
include_all: boolean
|
include_all?: boolean
|
||||||
keyword?: string
|
keyword?: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user