mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add custom tool definitions to @roo-code/types (#10233)
Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
3beeac6f58
commit
2bb375534c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@roo-code/types",
|
||||
"version": "1.93.0",
|
||||
"version": "1.94.0",
|
||||
"description": "TypeScript type definitions for Roo Code.",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ export interface TypedCustomToolDefinition<T extends CustomToolParametersSchema>
|
|||
*
|
||||
* @example
|
||||
* ```ts
|
||||
* import { z, defineCustomTool } from "@roo-code/types"
|
||||
* import { parametersSchema as z, defineCustomTool } from "@roo-code/types"
|
||||
*
|
||||
* export default defineCustomTool({
|
||||
* name: "add_numbers",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue