Skip to content

Instantly share code, notes, and snippets.

@maxandersen
Last active February 19, 2024 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxandersen/9d9856468f4b7bdf21aac0cb7af72025 to your computer and use it in GitHub Desktop.
Save maxandersen/9d9856468f4b7bdf21aac0cb7af72025 to your computer and use it in GitHub Desktop.
run this using gptscript.ai with jbang installed
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