| enact | 2.0.0 |
| name | test/echo-tool |
| version | 1.0.0 |
| description | A tool that echoes its input for testing |
| from | alpine:latest |
| command | echo '{"output":"${text}"}' |
| inputSchema | [object Object] |
| outputSchema | [object Object] |
Echo Tool
A simple tool that echoes back the input text. Used for testing.
Usage
enact run test/echo-tool --input text="Hello"