mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 02:49:02 +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
|
||||
params: {
|
||||
page: number
|
||||
ids?: string[]
|
||||
tag_ids?: string[]
|
||||
limit: number
|
||||
include_all: boolean
|
||||
limit?: number
|
||||
include_all?: boolean
|
||||
keyword?: string
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user