You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool to alternatively call a local command line program, maybe like this:
{
"exec":"fortune -m *$1$",
...
}
Additionally it would be very useful to use a a command line program interactively, sending requests to stdin and accepting answers via stdout without terminating the program during the use of a skill.
The text was updated successfully, but these errors were encountered:
Feature Request:
Actual Behaviour
Currently it's possible to call a web API (see Turorial Level 11):
Requested Behaviour
It would be cool to alternatively call a local command line program, maybe like this:
Additionally it would be very useful to use a a command line program interactively, sending requests to
stdin
and accepting answers viastdout
without terminating the program during the use of a skill.The text was updated successfully, but these errors were encountered: