Commit 1d0f955
committed
deploy: feat(skill): tool invocation via npx (googleapis#2916)
This PR enhances the `skills-generate` command to allow it generate
skills that relies on npx for tool invocation, without the need of
having a toolbox binary.
More specifically, a new --invocation-mode flag (defaulting to npx,
with support for binary) and a --toolbox-version flag to pin the
@toolbox-sdk/server package version (defaulting to the current numerical
version in version.txt). 377dc5b1 parent 808e57f commit 1d0f955
File tree
29 files changed
+14
-10
lines changed- dev
- documentation/configuration/skills
- pagefind
- fragment
- index
- reference/cli
29 files changed
+14
-10
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
3495 | 3495 | | |
3496 | 3496 | | |
3497 | 3497 | | |
| 3498 | + | |
| 3499 | + | |
3498 | 3500 | | |
3499 | 3501 | | |
3500 | 3502 | | |
| |||
40933 | 40935 | | |
40934 | 40936 | | |
40935 | 40937 | | |
| 40938 | + | |
| 40939 | + | |
40936 | 40940 | | |
40937 | 40941 | | |
40938 | 40942 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments