LuceeInquiryAIsession()
This feature is experimental and may be subject to change. If you encounter any issues while using this functionality, please report bugs and errors in our bug tracking system. Sends a question/message to an AI session and returns the response. The function maintains conversation context from previous interactions within the same session. The response can either be returned as a complete string or streamed in chunks to a listener function for real-time processing.
LuceeInquiryAIsession( session=any, question=string, listener=function );
Returns: String
Examples
There are currently no examples for this function 18,513ms WARN No examples for function luceeinquiryaisessionSee also
- AI / LLM Integration
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)