mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 13:15:42 -04:00
Missing tools.json file for setting up code interpreter #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tizkovatereza on GitHub (May 25, 2024).
Originally assigned to: @leehuwuj on GitHub.
I created and deployed new app, but it wasn't accessing the code execution tool until I manually added this code in a new
tools.jsonfile. It would be nice to mention this step in the README.md or have it created automatically.Thank you!
@marcusschiesser commented on GitHub (May 27, 2024):
@tizkovatereza The
tools.jsonis actually generated automatically, if you select a tool, but I guess we could generate an empty file even if the user doesn't select a tool@tizkovatereza commented on GitHub (May 27, 2024):
@marcusschiesser I am sure I had to add it the first time. Maybe I missed something during the installation, I followed the steps in the README, chose Next.js, Code Interpreter as a tool, and then the last option for generating the app (not sure how it was called exactly).
@leehuwuj commented on GitHub (May 27, 2024):
@tizkovatereza Sorry, I couldn't reproduce your issue. The tools.json generates automatically, but I think you might've missed selecting the option. Just go to the tool option and press Space or the left-right arrow to select it (the green dot in the image).
