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
Reject webhook/schedule flows on prediction API and surface trigger-specific code samples (#6361)
* guard prediction API against webhook/schedule trigger flows and surface trigger-specific API snippets
* Enhance error message for webhook trigger configuration in executeAgentFlow function to include the configured HTTP method
`This flow is configured as a Scheduled Trigger. It is fired by the scheduler and cannot be invoked via the API. Change the Start node Input Type to Chat or Form to call it from the prediction API.`
1615
+
)
1616
+
}
1617
+
}
1599
1618
// @ts-ignore
1600
1619
if(isTool)sseStreamer=undefined// If the request is from ChatflowTool, don't stream the response
0 commit comments