Commit 293ba52

mo khan <mo@mokhan.ca>
2025-08-20 08:08:45
fix: removed named parameters
1 parent 666d3f0
Changed files (1)
lib
elelem
toolbox
lib/elelem/toolbox/prompt.rb
@@ -5,9 +5,9 @@ module Elelem
     class Prompt < Tool
       def initialize
         super(
-          name: "prompt",
-          description: "Ask the user a question and get their response.",
-          parameters: {
+          "prompt",
+          "Ask the user a question and get their response.",
+          {
             type: :object,
             properties: {
               question: {