Skip to content

Commit 2bb3755

Browse files
cteroomote
andauthored
Add custom tool definitions to @roo-code/types (#10233)
Co-authored-by: Roo Code <roomote@roocode.com>
1 parent 3beeac6 commit 2bb3755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/types/npm/package.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/types",
3-
"version": "1.93.0",
3+
"version": "1.94.0",
44
"description": "TypeScript type definitions for Roo Code.",
55
"publishConfig": {
66
"access": "public",

packages/types/src/custom-tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface TypedCustomToolDefinition<T extends CustomToolParametersSchema>
8282
*
8383
* @example
8484
* ```ts
85-
* import { z, defineCustomTool } from "@roo-code/types"
85+
* import { parametersSchema as z, defineCustomTool } from "@roo-code/types"
8686
*
8787
* export default defineCustomTool({
8888
* name: "add_numbers",

0 commit comments

Comments
 (0)