handleNLPRequest
chainalign-backend / services/aiService / handleNLPRequest
Function: handleNLPRequest()
handleNLPRequest(
text):Promise<any>
Defined in: services/aiService.js:44
Processes a text transcript with the AIManager to generate a structured query.
Parameters
text
string
The transcribed text from the user.
Returns
Promise<any>
- The structured query for the IntelligentChartingEngine.