We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a53bb6e + b6fc009 commit 242309fCopy full SHA for 242309f
server/app.mjs
@@ -369,7 +369,7 @@ const mount = async (
369
opts.input = message;
370
runningScript = await gptscript.evaluate(script, opts);
371
} else {
372
- name = runningScript.respondingTool().name || '';
+ name = (runningScript.respondingTool() || {}).name || '';
373
runningScript = runningScript.nextChat(message);
374
}
375
0 commit comments