From 7a5904de1aa61b254697644c16ec99abe6492607 Mon Sep 17 00:00:00 2001 From: AR <17565234+whoisarpit@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:43:36 +0530 Subject: [PATCH] Fix example_json usage on ZohoDeskAgent --- patchwork/steps/ZohoDeskAgent/ZohoDeskAgent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/steps/ZohoDeskAgent/ZohoDeskAgent.py b/patchwork/steps/ZohoDeskAgent/ZohoDeskAgent.py index eea0a9447..589abab23 100644 --- a/patchwork/steps/ZohoDeskAgent/ZohoDeskAgent.py +++ b/patchwork/steps/ZohoDeskAgent/ZohoDeskAgent.py @@ -88,7 +88,7 @@ def __init__(self, inputs: dict): """, ) ], - example_json=inputs.get("example_json"), + example_json=inputs.get("example_json", '{"summary":"summary of actions"}'), ) def run(self) -> dict: