fix: ignore personal skills

This commit is contained in:
larchanka
2026-03-21 18:45:44 +01:00
committed by Mikhail Larchanka
parent da0215ee9f
commit e948ba5ed1

View File

@@ -152,7 +152,7 @@ export class GeneratorService extends BaseProcess {
// For other objects, stringify
return JSON.stringify(v);
});
prompt = `User goal: ${goal}\n\nContext from previous steps:\n${depOutputs.join("\n\n")}\n\nProduce a direct response to the goal. Output only the response text.${HTML_PROMPT_SUFFIX}`;
prompt = `User goal: ${goal}\n\nContext from previous steps:\n${depOutputs.join("\n\n")}\n\nProduce a direct response to the goal. Output only the response text. Format HTML, available tags:\n${HTML_PROMPT_SUFFIX}`;
} else {
const depOutputs = Object.values(context).map((v) => {
// Extract body from http_get responses