mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-15 23:31:04 +00:00
chore: commit packages/types/src/tool.ts
This commit is contained in:
parent
5356de21f4
commit
6135f01a0d
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ export const toolNames = [
|
|||
"generate_image",
|
||||
"custom_tool",
|
||||
"select_active_intent",
|
||||
"create_intent",
|
||||
"record_lesson",
|
||||
] as const
|
||||
|
||||
export const toolNamesSchema = z.enum(toolNames)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue