refactor(codemode): remove generic agent tool (#35417)

This commit is contained in:
Aiden Cline
2026-07-05 09:30:46 -05:00
committed by GitHub
parent b7e4f1ef74
commit f14eafe9db
5 changed files with 21 additions and 62 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
export { ToolError, CodeMode, ExecuteInputSchema, ExecuteResultSchema, toolError } from "./codemode.js"
export { ToolError, CodeMode, toolError } from "./codemode.js"
export { Tool } from "./tool.js"
export * as OpenAPI from "./openapi/index.js"
export type { Definition as ToolDefinition, JsonSchema, ToolSchema } from "./tool.js"
export type { ToolCallEnded, ToolCallHooks } from "./tool-runtime.js"
export type {
AgentToolDefinition,
CodeModeOptions,
CodeModeRuntime,
DataValue,