Bryan3
Bryan3
WWindmill
Created by Bryan3 on 5/3/2025 in #help
Including results from previous step in an inline string arg
Thanks for the quick response!
8 replies
WWindmill
Created by Bryan3 on 5/3/2025 in #help
Including results from previous step in an inline string arg
Got it working with
({
"prompt": `summarize this text ${results.c}`,
"openai_api_key": "$APIKEY",
"openai_org_id": ""
})
({
"prompt": `summarize this text ${results.c}`,
"openai_api_key": "$APIKEY",
"openai_org_id": ""
})
8 replies
WWindmill
Created by Bryan3 on 5/3/2025 in #help
Including results from previous step in an inline string arg
No description
8 replies
WWindmill
Created by Bryan3 on 5/3/2025 in #help
Including results from previous step in an inline string arg
Using expression args:
({
"prompt": "summarize this text ${results.c[0]}",
"openai_api_key": "$APIKEY",
"openai_org_id": ""
})
({
"prompt": "summarize this text ${results.c[0]}",
"openai_api_key": "$APIKEY",
"openai_org_id": ""
})
But the input seems to still be
8 replies