refactor(core): replace deferred tool option with codemode (#36560)

This commit is contained in:
Aiden Cline
2026-07-12 21:21:07 -05:00
committed by GitHub
parent a4b91d33d9
commit 64ca9b8d77
27 changed files with 88 additions and 251 deletions
@@ -135,6 +135,7 @@ describe("fromPromise", () => {
await ctx.tool.transform((tools) => {
tools.add({
name: "hello",
options: { codemode: false },
description: "Hello",
input: Schema.Struct({ name: Schema.String }),
output: Schema.String,