We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b385ca5 commit cea878eCopy full SHA for cea878e
1 file changed
patchwork/steps/ZohoDeskAgent/ZohoDeskAgent.py
@@ -88,7 +88,7 @@ def __init__(self, inputs: dict):
88
""",
89
)
90
],
91
- example_json=inputs.get("example_json"),
+ example_json=inputs.get("example_json", '{"summary":"summary of actions"}'),
92
93
94
def run(self) -> dict:
0 commit comments