fix: Incorrect plug in Dynamic Prompt Graph

This commit is contained in:
blessedcoolant 2023-08-29 05:17:46 +12:00
parent 99475ab800
commit 5133825efb

View File

@ -63,7 +63,7 @@ export const addDynamicPromptsToGraph = (
{
source: {
node_id: DYNAMIC_PROMPT,
field: 'prompt_collection',
field: 'collection',
},
destination: {
node_id: ITERATE,