File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,6 +233,9 @@ function skipLoader(config) {
233233 new RegExp ( 'http(s*)://(.*?)/agent/labels' , 'g' ) ,
234234 new RegExp ( 'http(s*)://(.*?)/agent/tasks' , 'g' ) ,
235235 new RegExp ( 'http(s*)://(.*?)/agent/(.*?)/code-scripts' , 'g' ) ,
236+ new RegExp ( 'http(s*)://(.*?)/rule/triggers' , 'g' ) ,
237+ new RegExp ( 'http(s*)://(.*?)/rule/criteria-providers' , 'g' ) ,
238+ new RegExp ( 'http(s*)://(.*?)/rule/actions' , 'g' ) ,
236239 new RegExp ( 'http(s*)://(.*?)/conversation/state/keys' , 'g' ) ,
237240 new RegExp ( 'http(s*)://(.*?)/conversation/(.*?)/files/(.*?)' , 'g' ) ,
238241 new RegExp ( 'http(s*)://(.*?)/llm-configs' , 'g' ) ,
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ export const endpoints = {
4040 agentCreateUrl : `${ host } /agent` ,
4141 agentUtilityOptionsUrl : `${ host } /agent/utility/options` ,
4242 agentRuleOptionsUrl : `${ host } /rule/triggers` ,
43- agentRuleActionsUrl : `${ host } /rule/actions` ,
4443 agentRuleCriteriaProvidersUrl : `${ host } /rule/criteria-providers` ,
44+ agentRuleActionsUrl : `${ host } /rule/actions` ,
4545 agentLabelsUrl : `${ host } /agent/labels` ,
4646
4747 // agent code script:
You can’t perform that action at this time.
0 commit comments