We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b2e65 commit dd2ca14Copy full SHA for dd2ca14
1 file changed
packages/opencode/src/tool/tool.ts
@@ -23,7 +23,7 @@ export namespace Tool {
23
messages: MessageV2.WithParts[]
24
metadata(input: { title?: string; metadata?: M }): void
25
ask(input: Omit<PermissionNext.Request, "id" | "sessionID" | "tool">): Promise<void>
26
- messages?: MessageV2.WithParts[]
+ messages?: any[]
27
}
28
export interface Info<Parameters extends z.ZodType = z.ZodType, M extends Metadata = Metadata> {
29
id: string
0 commit comments