| 1 | ### input: |
| 2 | send keyboard input to an interactive terminal program |
| 3 | use keyboard arg for terminal program input |
| 4 | use session arg for terminal session number |
| 5 | answer dialogues enter passwords etc |
| 6 | not for browser |
| 7 | usage: |
| 8 | ~~~json |
| 9 | { |
| 10 | "thoughts": [ |
| 11 | "The program asks for Y/N...", |
| 12 | ], |
| 13 | "headline": "Responding to terminal program prompt", |
| 14 | "tool_name": "input", |
| 15 | "tool_args": { |
| 16 | "keyboard": "Y", |
| 17 | "session": 0 |
| 18 | } |
| 19 | } |
| 20 | ~~~ |