Skip to content

Commit e3e1a04

Browse files
committed
fix: dataset choice hint
1 parent 3e07bd2 commit e3e1a04

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/global/core/workflow/node/constant.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,11 @@ export const datasetQuoteValueDesc = `{
247247
q: string;
248248
a: string
249249
}[]`;
250-
export const datasetSelectValueDesc = `{
251-
datasetId: string;
252-
}[]`;
250+
export const datasetSelectValueDesc = `[
251+
{
252+
"datasetId": "6693a4a6b69b7a9b0e37d9b0"
253+
}
254+
]`;
253255

254256
export const AppNodeFlowNodeTypeMap: Record<any, boolean> = {
255257
[FlowNodeTypeEnum.pluginModule]: true,

0 commit comments

Comments
 (0)