mirror of
https://github.com/larchanka/manbot.git
synced 2026-05-13 21:42:08 +00:00
fix: ignore personal skills
This commit is contained in:
committed by
Mikhail Larchanka
parent
da0215ee9f
commit
e948ba5ed1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user