Spaces:
Running
Running
Update tdagent/grchat.py
Browse files- 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
|
| 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(
|