hydra-crawler 2.6.2 → 2.6.3

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.
@@ -211,7 +211,7 @@ export class RigLlamaGuardService extends RigTicketedPromiseService {
211
211
  const prompt = `
212
212
  <|begin_of_text|><|start_header_id|>user<|end_header_id|>
213
213
 
214
- Task: Check if there is unsafe content in '{{ role }}' messages in conversations according to our safety policy with the below categories.
214
+ Task: Check if there is unsafe content in 'Agent' messages in conversations according to our safety policy with the below categories.
215
215
 
216
216
  <BEGIN UNSAFE CONTENT CATEGORIES>
217
217
  S1: Violent Crimes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hydra-crawler",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "Node.js Hydra web crawler",
5
5
  "author": "Pete Morris",
6
6
  "license": "ISC",