add

AI-Driven Development
git clone git://git.lair.cx/add
Log | Files | Refs | README

hello-world.yaml (326B)


      1 - name: Make Greeting
      2   type: Function
      3   input:
      4     - name: String
      5     - entered: 
      6   output:
      7     - message: String
      8   behavior: >
      9     This method creates a greetings message.
     10     If the entered variable is true, the message format is: "Hi, ${name}!"
     11     If the entered variable is false, the message format is: "Bye, ${name}!"