-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Hi all.
Need to see Alfred pause into a retry, to simulate brain search activity...
here is my simple macro :
> object pause python
from time import sleep
a = (args)
a = "".join(a)
sleep(int(a))
< object
here is my try (failed) :
...
- a moment, searching for best AI response <call>pause 2</call> Ok, I have it now {weight=50}
It should speak, make a 2s pause, and speak again,
but it just starts with pause, and after, speak all sentence (a moment, searching for best AI response Ok, I have it now)
?
Metadata
Metadata
Assignees
Labels
No labels