Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -713,9 +713,7 @@ async def chat_with_ai(input_data: ChatInput):
|
|
| 713 |
if _is_incident_intent(msg_norm):
|
| 714 |
return {
|
| 715 |
"bot_response": (
|
| 716 |
-
"Okay, let's create a ServiceNow incident.
|
| 717 |
-
"Please provide:\n- Short Description (one line)\n"
|
| 718 |
-
"- Detailed Description (steps, error text, IDs, site, environment)"
|
| 719 |
),
|
| 720 |
"status": (input_data.prev_status or "PARTIAL"),
|
| 721 |
"context_found": False,
|
|
|
|
| 713 |
if _is_incident_intent(msg_norm):
|
| 714 |
return {
|
| 715 |
"bot_response": (
|
| 716 |
+
"Okay, let's create a ServiceNow incident."
|
|
|
|
|
|
|
| 717 |
),
|
| 718 |
"status": (input_data.prev_status or "PARTIAL"),
|
| 719 |
"context_found": False,
|