Skip to content

fix: detect built-in tools when loading from assemble output #183

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

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

thedadams
Copy link
Contributor

Using the --assemble flag will output the contents that can be read again by gptscript to construct a tool without going through all the steps again. This doesn't detect built-in tools, and will, instead, try to run the built-in tools like they are commands.

This change will detect the built-in tools to ensure they are run correctly.

Using the --assemble flag will output the contents that can be read
again by gptscript to construct a tool without going through all the
steps again. This doesn't detect built-in tools, and will, instead, try
to run the built-in tools like they are commands.

This change will detect the built-in tools to ensure they are run
correctly.

Signed-off-by: Donnie Adams <[email protected]>
@thedadams
Copy link
Contributor Author

Issue: #184

@thedadams thedadams merged commit eb5e264 into gptscript-ai:main Mar 25, 2024
@thedadams thedadams deleted the load-builtins branch March 25, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants