iOS
AI tools
Tags: JavaScript, React, Vue, Angular, Website, Web App
What are AI tools?
AI tools allow you to create deep integrations between your app / website and Kai (our AI bot). A few use-cases might include:
- A banking app allowing to initiate transactions
- Performing a password reset directly in the messenger
- Canceling orders
- …
The possibilities are almost endless. The following example shows how to add a new AI tool allowing users to initiate bank transactions directly inside Kai.
Specify AI tools
Execution type
auto
: The tool will be executed automatically.
button
: Kai adds a button to it’s reply, that allows the user to execute the tool. The tool will not be executed automatically
Perform actions
Implement the onToolExecution
delegate of GleapDelegate to get notified when a tool should be executed.