chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-06 18:20:49 +00:00
parent 964b3d1eed
commit 5344de6a42
9 changed files with 1129 additions and 4372 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
import { Effect, Schema } from "effect"
import { executeWithLimits } from "./interpreter/runtime.js"
import {
type HostTools,
type Services,
type ToolDescription,
ToolRuntime,
} from "./tool-runtime.js"
import { type HostTools, type Services, type ToolDescription, ToolRuntime } from "./tool-runtime.js"
import type { Definition } from "./tool.js"
/** A tool call admitted during an execution. */