mirror of https://github.com/langgenius/dify.git
fix: add ids in FetchDatasetsParams (#13459)
This commit is contained in:
parent
9f3fc7ebf8
commit
33990426c1
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue