We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605041e commit a0aa0d2Copy full SHA for a0aa0d2
packages/botonic-plugin-flow-builder/src/action/knowledge-bases.ts
@@ -47,7 +47,7 @@ export async function createNodeFromKnowledgeBase(
47
buttons_style: undefined,
48
buttons: [],
49
},
50
- // flow_id: '', // TODO: Add flow_id consequentially with HtBaseNode changes
+ flow_id: 'randomUUID', // TODO: Add flow_id consequentially with HtBaseNode changes
51
id: uuid(),
52
code: 'knowledge-response',
53
meta: {
0 commit comments