Commit 9b84acf
Changed files (1)
lib
elelem
lib/elelem/tool.rb
@@ -36,13 +36,11 @@ module Elelem
def initialize(configuration)
@tui = configuration.tui
super("bash", "Execute a shell command.", {
- parameters: {
- type: "object",
- properties: {
- command: { type: "string" }
- },
- required: ["command"]
- }
+ type: "object",
+ properties: {
+ command: { type: "string" }
+ },
+ required: ["command"]
})
end