summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/extensions/echo.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/extensions/echo.lua b/examples/extensions/echo.lua
index d13920e..53b1a3a 100644
--- a/examples/extensions/echo.lua
+++ b/examples/extensions/echo.lua
@@ -1,7 +1,5 @@
-- A trivial Lua tool that echoes back whatever the LLM asks it to.
-- Useful for exercising the panto CLI's Lua extension path end-to-end.
---
--- Load with: panto --lua examples/extensions/echo.lua
panto.register_tool {
name = "echo",