Last active
February 19, 2024 07:39
-
-
Save maxandersen/9d9856468f4b7bdf21aac0cb7af72025 to your computer and use it in GitHub Desktop.
run this using gptscript.ai with jbang installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tools: bob | |
Ask Bob how he is doing and let me know exactly what he said. | |
--- | |
Name: bob | |
Description: I'm Bob, a friendly guy. | |
Args: question: The question to ask Bob. | |
#!jbang --jsh | |
println("Thanks for asking " + System.getenv("question") + " I'm doing great fellow friendly AI tool!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment