Skip to content

Commit 355ff18

Browse files
authored
Update handler.ts
1 parent 15d06ec commit 355ff18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class ExtendedLunaryHandler extends LunaryHandler {
300300
await this.initThread()
301301
}
302302

303-
const messageText = inputs.input
303+
const messageText = inputs.input || inputs.question
304304

305305
const messageId = this.thread.trackMessage({
306306
content: messageText,

0 commit comments

Comments
 (0)