typo of guide 'How to write a Custom Action in mistral'
Change-Id: I48f36ad4ed2decc872e7a5ab2e086283d504da89 Related-Bug: #1874391
This commit is contained in:
parent
545a34c751
commit
d33313f84e
@ -13,7 +13,7 @@ How to write a Custom Action
|
||||
# store the incoming params
|
||||
self.param = param
|
||||
|
||||
def run(self):
|
||||
def run(self, action_ctx=None):
|
||||
# return your results here
|
||||
return {'status': 0}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user