MCPcopy Create free account
hub / github.com/clockworknowledge/menome_processor / chatSourcesquestion

Route chatSourcesquestion

app/routers/chat.py:None–None  ·  view source on GitHub ↗
router.get("/chatSources",
             summary="Chat with source references",
             description="This endpoint provides a chat response along with sources of information. It uses the ChatOpenA

Source from the content-addressed store, hash-verified

1import os
2import sys
3from fastapi import APIRouter, Body
4from config import AppConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected