pi-interview 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -278,7 +278,7 @@ export default function (pi: ExtensionAPI) {
|
|
|
278
278
|
"Questions can have a codeBlock field to display code above options. Types: single (radio), multi (checkbox), text (textarea), image (file upload).",
|
|
279
279
|
parameters: InterviewParams,
|
|
280
280
|
|
|
281
|
-
async execute(_toolCallId, params, onUpdate, ctx
|
|
281
|
+
async execute(_toolCallId, params, signal, onUpdate, ctx) {
|
|
282
282
|
const { questions, timeout, verbose, theme } = params as {
|
|
283
283
|
questions: string;
|
|
284
284
|
timeout?: number;
|