srilakshu012456 commited on
Commit
6d41ef3
·
verified ·
1 Parent(s): dc3c006

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -3
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.\n\n"
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,