mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 00:55:55 +08:00
fix: add ids in FetchDatasetsParams (#13459)
This commit is contained in:
parent
9f3fc7ebf8
commit
33990426c1
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user