Skip to main content

Purpose

The purpose of this guide is to provide a clear, step-by-step process for adding functions to a custom default message.

Procedure

Inputs (what you need to get started)

  • Access to the platform where you’ve created the default message.
  • Knowledge of the functions you want to add.
1
Navigate to the flow section where your default message is located.Flow Section
2
Find the default message you built, for example, “AI default message,” and open it.
3
Identify the part of the flow where the AI is managed. This is typically indicated by the presence of OpenAI or a similar LLM tool.AI Management in Flow
4
Review the existing functions. Anything in blue is already added. To add a new function, click on the uncolored function option. This is likely the new function you want to include.Adding a new function
5
After adding the function, provide a prompt note to instruct the AI on when and how to trigger the function.Prompt note for the function

Outputs (what you get when you’re done)

  • Updated default message with added functions.
  • Improved functionality for your AI model.

FAQs

A: Identify the specific actions or triggers you want your AI to perform, then select the corresponding function to add. All functions that are in a blue color are already active. All functions in gray would still need to be added if you want them to be active.
A: Nearly 100% of the time, this comes down to your prompt. You need to be very clear in your prompt what you want the AI to do, what to collect, and when to trigger that specific function.