fix: trigger bun prompt (#2368)
This commit is contained in:
@@ -79,7 +79,7 @@ const triggerPrompts: {
|
||||
python3: string
|
||||
} = {
|
||||
bun: `I'm building a workflow which is a sequence of script steps. Write the first script in {codeLang} which should check for {description} and return an array.
|
||||
You can use "const {state_name}: {state_type} = getState(...)" and "setState(...)" from "npm:windmill-client@1" to maintain state across runs.
|
||||
You can use "const {state_name}: {state_type} = getState(...)" and "setState(...)" from "windmill-client@1" to maintain state across runs.
|
||||
|
||||
{additionalInformation}`,
|
||||
python3: `I'm building a workflow which is a sequence of script steps. Write the first script in {codeLang} which should check for {description} and return an array.
|
||||
|
||||
Reference in New Issue
Block a user