-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial #1
Comments
In short:
Run test file using "npm run start" - this will run "run.ts" file, which calls search tool with a query. Then create your own tools in src/prompt-tools folder according to search.js format. Sounds a little bit complicated, i guess some of it can be automated. |
Thanks, do I need to install anything like JS or is git all I need? |
You will need node environment installed. All the rest pretty much is installed using "npm install" inside the repository after you've downloaded it. Have fun! :) |
Is it possible if I could get a more in depth tutorial on how to download and install, I am not experienced in this area, some help would be great.
The text was updated successfully, but these errors were encountered: