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.
1 parent 1360231 commit 0620b76Copy full SHA for 0620b76
skills/70_chat.mjs
@@ -56,7 +56,7 @@ const action = async (ctx, next) => {
56
for (const n of ctx.selectedAi) {
57
pms.push((async ai => {
58
try {
59
- const resp = await alan.talk(ctx.prompt, {
+ const resp = await alan.talk(ctx.prompt || alen.ATTACHMENTS, {
60
aiId: ai, ...ctx.carry, stream: async r => {
61
msgs[ai] = r.text;
62
ctx.carry.threadInfo.length || ok(onProgress);
0 commit comments