Commit 60e2b31
committed
fix: detect built-in tools when loading from assemble output
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 <donnie@acorn.io>1 parent 65e1e09 commit 60e2b31
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
0 commit comments