router.get("/chatSources",
summary="Chat with source references",
description="This endpoint provides a chat response along with sources of information. It uses the ChatOpenA
| 1 | import os |
| 2 | import sys |
| 3 | from fastapi import APIRouter, Body |
| 4 | from config import AppConfig |
nothing calls this directly
no outgoing calls
no test coverage detected