fix
Some checks failed
format / format (push) Has been cancelled
test / test (push) Has been cancelled

This commit is contained in:
rekram1-node 2025-10-08 00:18:39 -05:00
parent b6ea506c0b
commit 2d7197ee6f

View file

@ -5,7 +5,6 @@ import { Message } from "./message"
import { convertToModelMessages, type ModelMessage, type UIMessage } from "ai"
import { Identifier } from "../id/id"
import { LSP } from "../lsp"
import type { Tool } from "../tool/tool"
export namespace MessageV2 {
export const OutputLengthError = NamedError.create("MessageOutputLengthError", z.object({}))