chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-08 20:57:36 +00:00
parent 5bb7b23440
commit ba8c920639
19 changed files with 49 additions and 75 deletions
+1 -9
View File
@@ -1,14 +1,6 @@
import { describe, expect, test } from "bun:test"
import { Schema } from "effect"
import {
ContentPart,
LLMEvent,
LLMRequest,
ModelID,
ModelLimits,
ModelRef,
ProviderID,
} from "../src/schema"
import { ContentPart, LLMEvent, LLMRequest, ModelID, ModelLimits, ModelRef, ProviderID } from "../src/schema"
const model = new ModelRef({
id: ModelID.make("fake-model"),