subashpoudel commited on
Commit
1186c31
·
1 Parent(s): 53a5044
logs/access.log CHANGED
@@ -1927,3 +1927,13 @@
1927
  2026-02-01 13:54:16,033 | INFO | access_logger | api/main.py:21 | Response status: 200
1928
  2026-02-01 13:54:33,775 | INFO | access_logger | api/main.py:19 | Request: POST http://127.0.0.1:8000/api/analytics-chatbot
1929
  2026-02-01 13:54:45,029 | INFO | access_logger | api/main.py:21 | Response status: 200
 
 
 
 
 
 
 
 
 
 
 
1927
  2026-02-01 13:54:16,033 | INFO | access_logger | api/main.py:21 | Response status: 200
1928
  2026-02-01 13:54:33,775 | INFO | access_logger | api/main.py:19 | Request: POST http://127.0.0.1:8000/api/analytics-chatbot
1929
  2026-02-01 13:54:45,029 | INFO | access_logger | api/main.py:21 | Response status: 200
1930
+ 2026-02-01 16:44:27,923 | INFO | access_logger | api/main.py:19 | Request: GET http://127.0.0.1:8000/
1931
+ 2026-02-01 16:44:27,924 | INFO | access_logger | api/main.py:21 | Response status: 200
1932
+ 2026-02-01 16:44:30,363 | INFO | access_logger | api/main.py:19 | Request: GET http://127.0.0.1:8000/docs
1933
+ 2026-02-01 16:44:30,363 | INFO | access_logger | api/main.py:21 | Response status: 200
1934
+ 2026-02-01 16:44:30,543 | INFO | access_logger | api/main.py:19 | Request: GET http://127.0.0.1:8000/openapi.json
1935
+ 2026-02-01 16:44:30,546 | INFO | access_logger | api/main.py:21 | Response status: 200
1936
+ 2026-02-01 16:45:01,707 | INFO | access_logger | api/main.py:19 | Request: POST http://127.0.0.1:8000/api/analytics-chatbot
1937
+ 2026-02-01 16:45:07,835 | INFO | access_logger | api/main.py:21 | Response status: 200
1938
+ 2026-02-01 16:46:10,127 | INFO | access_logger | api/main.py:19 | Request: POST http://127.0.0.1:8000/api/analytics-chatbot
1939
+ 2026-02-01 16:46:14,731 | INFO | access_logger | api/main.py:21 | Response status: 200
src/genai/analytics_chatbot/utils/nodes.py CHANGED
@@ -73,7 +73,7 @@ class RetrieveExactEndpoint:
73
  return {
74
  "messages":[{"role": "assistant", "content": f'''The endpoint is: {result.endpoint}'''}],
75
  "endpoint": result.endpoint,
76
- "method": endpoint_info['method'],
77
  "needed_parameters": endpoint_info["parameters"]
78
  }
79
 
 
73
  return {
74
  "messages":[{"role": "assistant", "content": f'''The endpoint is: {result.endpoint}'''}],
75
  "endpoint": result.endpoint,
76
+ # "method": endpoint_info['method'],
77
  "needed_parameters": endpoint_info["parameters"]
78
  }
79