feat: revert insights hint in next steps
This commit is contained in:
@@ -142,7 +142,7 @@ const setInsightTemplate = (
|
||||
fs.writeFileSync(path, res, "utf-8");
|
||||
return {
|
||||
insight_path: path,
|
||||
insight_md: res + "\n ## Next Step\nConsider add insights into chart",
|
||||
insight_md: res,
|
||||
};
|
||||
}
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user