limit auto completion trigger (#1223)

This commit is contained in:
LawyZheng
2024-11-20 10:32:24 +08:00
committed by GitHub
parent e4c1cf65af
commit c777e3d891

View File

@@ -551,6 +551,7 @@ async def handle_input_text_action(
if len(text) == 0:
return [ActionSuccess()]
if not await skyvern_element.is_raw_input():
# parse the input context to help executing input action
prompt = prompt_engine.load_prompt(
"parse-input-or-select-context",