MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / post

Method post

apps/application/views/application_chat.py:154–155  ·  view source on GitHub ↗
(self, request: Request, chat_id: str)

Source from the content-addressed store, hash-verified

152 tags=[_('Application')] # type: ignore
153 )
154 def post(self, request: Request, chat_id: str):
155 return DebugChatSerializers(data={'chat_id': chat_id}).chat(request.data)
156
157class PromptGenerateView(APIView):
158 authentication_classes = [TokenAuth]

Callers

nothing calls this directly

Calls 2

chatMethod · 0.45

Tested by

no test coverage detected