chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-06 18:20:49 +00:00
commit 728e86b287
9 changed files with 1130 additions and 4373 deletions

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. */