AI Assistant Extensibility

As mentioned before, the powerful AI Assistant has many capabilities. However, you may have a specific scenario that your customer requires that is not included automatically, and to accomplish it, WorkWithPlus AI Assistant is extensible.

There are two ways of extending the AI Assistant:

  1. Add a user custom function
  2. Add a custom redirection

Add a user custom function

To add a user custom function, you need to fill in the procedures:

WWP_AIGetUserCustomAssistantFunctions and WWP_AIProcessUserCustomAssistantFunctions

That are located in 'WorkWithPlus' Module > 'AI' Module > 'Procedures' folder > 'UserCustomAssistantFunctions' folder.

Add a custom redirection

To add a user custom redirection, you need to fill in the procedures:

WWP_AIGetUserCustomRedirections and WWP_AIProcessUserCustomRedirection

that are located in 'WorkWithPlus' Module > 'AI' Module > 'Procedures' folder > 'UserCustomRedirections' folder.