Skip to content

Commit 0620b76

Browse files
committed
Frozen @ Fri Apr 4 04:43:56 EDT 2025
1 parent 1360231 commit 0620b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skills/70_chat.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const action = async (ctx, next) => {
5656
for (const n of ctx.selectedAi) {
5757
pms.push((async ai => {
5858
try {
59-
const resp = await alan.talk(ctx.prompt, {
59+
const resp = await alan.talk(ctx.prompt || alen.ATTACHMENTS, {
6060
aiId: ai, ...ctx.carry, stream: async r => {
6161
msgs[ai] = r.text;
6262
ctx.carry.threadInfo.length || ok(onProgress);

0 commit comments

Comments
 (0)