Fix 'multiple values for keyword argument 'prompt'' (#3966)
This commit is contained in:
committed by
GitHub
parent
db480c3702
commit
6794bbf70f
@@ -171,9 +171,7 @@ class ScriptSkyvernPage(SkyvernPage):
|
|||||||
print()
|
print()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
call.result = await fn(
|
call.result = await fn(self, *args, **kwargs)
|
||||||
self, *args, prompt=prompt, data=data, intention=intention, **kwargs
|
|
||||||
) # real driver call
|
|
||||||
|
|
||||||
# Note: Action status would be updated to completed here if update method existed
|
# Note: Action status would be updated to completed here if update method existed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user