File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -414,6 +414,7 @@ async def on_handoff_hook(
414414
415415 taskflow = available_tools .taskflows .get (t )
416416 if taskflow is None :
417+ await render_model_output (f"** 🤖❗ Input Error: No such taskflow: { t } . Available taskflows are: { '\n ' + '\n ' .join (available_tools .taskflows .keys ())} " )
417418 raise ValueError (f"No such taskflow: { t } " )
418419
419420 await render_model_output (f"** 🤖💪 Running Task Flow: { t } \n " )
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ taskflow:
1010 user_prompt : |
1111 Tell me more about apples.
1212
13- {{ GitHubSecurityLab /seclab-taskflow-agent/prompts/examples/example_prompt.yaml }}
13+ {{ PROMPTS_GitHubSecurityLab /seclab-taskflow-agent/prompts/examples/example_prompt }}
You can’t perform that action at this time.
0 commit comments