This component exposes two main actions to integrate your OutSystems app with Abacus.AI: AI_Standard_Agent and AI_Standard_Chat. Both let you use cutting-edge AI in a simple way.
AI_Standard_Agent
AI_Standard_Chat
Use this action when you need the AI to perform more complex tasks, follow specific instructions, or act as an “agent” with a larger context.
ModelWhich AI model you want to use. Think of it as choosing the “brain” of your AI.
Model
InstructionThe role or behavior you want the AI to follow.Example: “You are a sales assistant that helps customers find products.”
Instruction
PromptThe question or command you send to the AI. This is your direct interaction with the agent.
Prompt
ApiKeyYour Abacus.AI access key. This is required to authenticate and use the AI services.
ApiKey
ResponseThe answer generated by the AI based on the instruction and prompt.
Response
ModelUsedIndicates which AI model was actually used to generate the response.
ModelUsed
Use AI_Standard_Agent when the AI needs a defined role or set of rules, such as:
Use this action to build dynamic, interactive chat experiences where the AI maintains a conversational flow.
ModelThe AI model that will handle the conversation.
MessageInThe message sent by the user (or your application) to the AI.
MessageIn
ApiKeyYour Abacus.AI access key.
MessageOutThe AI’s reply to the incoming message.
MessageOut
ModelUsedIndicates which AI model was used for that message.
Use AI_Standard_Chat for:
Make sure your ApiKey is correctly configured, otherwise the actions will not work.You can get your key subscribing here: https://chatllm.abacus.ai/FDPnnnhHdD
With this, you have a simple, intuitive guide to start using Abacus.AI in your OutSystems projects.