limit auto completion trigger (#1223)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user