You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workflow name can be self-defined by the user in the Prompt, and the Workflow API Key needs to be generated for the corresponding workflow created on the Dify platform (refer to the relevant Dify documentation for how to generate the API KEY).
37
40
38
41
## Usage:
@@ -43,10 +46,10 @@ go build .
43
46
Execute a specified workflow,args: workflow_name, input
44
47
Note: The input variable name of the **dify workflow** should be defined by default as: **"message"**
0 commit comments