Skip to content

Commit cea878e

Browse files
authored
Fix example_json usage on ZohoDeskAgent (#1526)
1 parent b385ca5 commit cea878e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/steps/ZohoDeskAgent/ZohoDeskAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(self, inputs: dict):
8888
""",
8989
)
9090
],
91-
example_json=inputs.get("example_json"),
91+
example_json=inputs.get("example_json", '{"summary":"summary of actions"}'),
9292
)
9393

9494
def run(self) -> dict:

0 commit comments

Comments
 (0)