@rudderhq/agent-runtime-utils 0.3.6-canary.24 → 0.3.6-canary.26

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.
@@ -47,7 +47,7 @@ export declare const ISSUE_PASSIVE_FOLLOWUP_PROMPT_TEMPLATE = "You are agent {{a
47
47
  * - Keep behavior deterministic across runtimes: template selection is centralized here.
48
48
  *
49
49
  * See also:
50
- * - doc/DEVELOPING.md
50
+ * - doc/engineering/DEVELOPING.md
51
51
  */
52
52
  export declare function selectPromptTemplate(configuredTemplate: string | undefined, context: Record<string, unknown>): string;
53
53
  export declare function joinPromptSections(sections: Array<string | null | undefined>, separator?: string): string;
@@ -238,7 +238,7 @@ Before changing the issue, inspect the current issue state and any side effects
238
238
  * - Keep behavior deterministic across runtimes: template selection is centralized here.
239
239
  *
240
240
  * See also:
241
- * - doc/DEVELOPING.md
241
+ * - doc/engineering/DEVELOPING.md
242
242
  */
243
243
  export function selectPromptTemplate(configuredTemplate, context) {
244
244
  // If user configured a custom template, use it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudderhq/agent-runtime-utils",
3
- "version": "0.3.6-canary.24",
3
+ "version": "0.3.6-canary.26",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "homepage": "https://github.com/Undertone0809/rudder",
6
6
  "bugs": {