✨ feat(aiCaller): enhance multimodal messages formatting for better processing of user content
✨ feat(ai): update image URL references for consistency across message handling
✨ feat(config/ai.json): add configuration options for multimodal model support.
✨ feat(lib/ai/aiCaller.js): implement multimodal AI call handling and formatting for diverse message types.
🔧 fix(lib/responseHandler): standardize "at" field default value to -1 for message processing
🔧 fix(apps/ai): adjust message quoting to clarify sender in response formatting and update "at" field to -1
🔧 fix(responseHandler): set quote default to -1 for message processing
🔧 fix(message): adjust message handling to use seq for quotes in group messages
🔧 fix(ai): include message_id in formatted returnMessage for better tracking
🔧 fix(responseHandler): update recall from number to boolean for message processing
🔧 fix(ai): modify recall from number to boolean in AI message handling
🧹 chore(responseHandler.js): Simplify message type handling by eliminating deprecated recall case
🚧 cleanup(ai.js): Delete obsolete recall message handling function and related case statements