summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/tools.ts
diff options
context:
space:
mode:
authorWanlin Du <[email protected]>2025-07-16 14:32:34 -0700
committerGitHub <[email protected]>2025-07-16 21:32:34 +0000
commitf6ee0d182bcb6c9c6e3c9d34174d8d984bbddb37 (patch)
treecdfe052e9124b21a3567d3b495882dec57664f11 /packages/core/src/tools/tools.ts
parent21eb44b242e045cad957d21b049d00b55abf9489 (diff)
fix: update google/genai to v1.9.0 and switch to parametersJsonSchema for MCP related tools (#4176)
Co-authored-by: Jack Wotherspoon <[email protected]>
Diffstat (limited to 'packages/core/src/tools/tools.ts')
-rw-r--r--packages/core/src/tools/tools.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core/src/tools/tools.ts b/packages/core/src/tools/tools.ts
index 68739d0e..6f6d3f58 100644
--- a/packages/core/src/tools/tools.ts
+++ b/packages/core/src/tools/tools.ts
@@ -97,7 +97,7 @@ export abstract class BaseTool<
* @param description Description of what the tool does
* @param isOutputMarkdown Whether the tool's output should be rendered as markdown
* @param canUpdateOutput Whether the tool supports live (streaming) output
- * @param parameterSchema JSON Schema defining the parameters
+ * @param parameterSchema Open API 3.0 Schema defining the parameters
*/
constructor(
readonly name: string,