We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb898a commit 0187b6bCopy full SHA for 0187b6b
1 file changed
packages/opencode/src/tool/question.ts
@@ -6,7 +6,7 @@ import DESCRIPTION from "./question.txt"
6
export const QuestionTool = Tool.define("question", {
7
description: DESCRIPTION,
8
parameters: z.object({
9
- questions: z.array(Question.Info).describe("Questions to ask"),
+ questions: z.array(Question.Info.omit({ custom: true })).describe("Questions to ask"),
10
}),
11
async execute(params, ctx) {
12
const answers = await Question.ask({
0 commit comments