We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd3131 commit 9d3fad7Copy full SHA for 9d3fad7
packages/opencode/src/session/message.ts
@@ -5,7 +5,7 @@ import { NamedError } from "../util/error"
5
6
export namespace Message {
7
export const OutputLengthError = NamedError.create(
8
- "SessionOutputLengthError",
+ "MessageOutputLengthError",
9
z.object({}),
10
)
11
0 commit comments