test(manifest): read README at test time; tighten npm pack assertions; fix ellipsis in tool description
This commit is contained in:
3
index.ts
3
index.ts
@@ -336,7 +336,8 @@ export default function question(pi: ExtensionAPI) {
|
||||
name: "question",
|
||||
label: "Question",
|
||||
description:
|
||||
"Ask the user one or more multiple-choice questions. Every question automatically gets a final Something else… option for free-text answers.",
|
||||
"Ask the user one or more multiple-choice questions. Every question automatically gets a final Something else... option for free-text answers.",
|
||||
|
||||
parameters: QuestionParams,
|
||||
|
||||
async execute(_toolCallId, params, _signal, _onUpdate, ctx) {
|
||||
|
||||
Reference in New Issue
Block a user