@mikugg/guidance 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -156,7 +156,7 @@ class TemplateProcessor {
156
156
  throw new Error(`Invalid method ${method} in template`);
157
157
  }
158
158
  prompt += completion;
159
- nextTemplateIndexForPrompt = end + 2;
159
+ nextTemplateIndexForPrompt = end;
160
160
  }
161
161
  });
162
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikugg/guidance",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,5 +39,5 @@
39
39
  "ts-node": "^10.9.1",
40
40
  "typescript": "^5.2.2"
41
41
  },
42
- "gitHead": "c2e92175c11f625f1e4d236b01cd1e8519178db8"
42
+ "gitHead": "9395167ca79f0cdc5394fbb037f4354fafb5357d"
43
43
  }