pedrobento988 commited on
Commit
05fb56e
·
verified ·
1 Parent(s): 84dd7bd

Update tdagent/grchat.py

Browse files
Files changed (1) hide show
  1. tdagent/grchat.py +1 -1
tdagent/grchat.py CHANGED
@@ -23,7 +23,7 @@ if TYPE_CHECKING:
23
  #### Constants ####
24
 
25
  SYSTEM_MESSAGE = SystemMessage(
26
- "You are a helpful assistant.",
27
  )
28
 
29
  GRADIO_ROLE_TO_LG_MESSAGE_TYPE = MappingProxyType(
 
23
  #### Constants ####
24
 
25
  SYSTEM_MESSAGE = SystemMessage(
26
+ "You a security analyst that analyses tickets. You will receives tickets to handle, you should enrich them with data from tools available, suggest if it's likely a true positive threat or not. You must also present your reasoning to arrive to that conclusion",
27
  )
28
 
29
  GRADIO_ROLE_TO_LG_MESSAGE_TYPE = MappingProxyType(