Mission 4: GPT BLOX
Estimated time: 10 minutes
Learning Objective
Learn how to use the GPT BLOX within a Flow. It functions like an AI Agent but as a BLOX component. You will understand how to connect input and output components to interact with your AI Agent, enabling you to process prompts and view responses efficiently within your workflows.
Prerequisites
Please refer to the Navigation Guide to familiarize yourself with the platform interface.
BLOX Used in This Mission
- Basics/Input - For prompt input
- Basics/Output - For response display
- AI/GPT - For AI processing
Step-by-Step Instructions
1. Create a New Flow
In the folder, click on the "Add Item" button.
2. Name Your Flow
Add a new Flow and call it "GPT Flow".
3. Add BLOX Components
Open the Flow and add:
-
"GPT" BLOX
-
"Input" BLOX
-
"Output" BLOX
4. Configure the BLOX
- Give the "Input" BLOX a name
- Give the "Output" BLOX a name
- In the "Input" BLOX settings, write a prompt as "Test Data"
Example prompt:
What are the benefits of AI automation in business?
5. Connect the BLOX
Connect the three BLOX as shown in the picture below: - Input → GPT - GPT → Output
6. Test the Flow
- Click the play button on the "Input" BLOX to start the Flow
- View the AI-generated response in the "Output" BLOX
7. Connect GPT to Your AI Agent Database
The GPT BLOX can be configured to use your saved AI Agent's document database:
- Click on the "GPT" BLOX to open its settings
- Navigate to "Document Database" section
- Select your AI agent from the dropdown
- The GPT will now answer questions based on documents saved in your AI agent
8. Test with Document-Specific Questions
Now test the GPT with questions related to your uploaded documents:
- In the "Input" BLOX, set "Test Data" to:
describe TitanSmart platform - Click the play button to run the Flow
- View the document-specific answer in the "Output" BLOX
How the GPT BLOX Works
- Input Prompt - The Input BLOX sends a text prompt to the GPT BLOX
- AI Processing - The GPT BLOX processes the prompt using the AI Agent
- Generate Response - AI generates a contextual response
- Output Display - The Output BLOX displays the response
Benefits of GPT BLOX
- Workflow Integration - Use AI directly within your automated processes
- Flexible Processing - Process any text input through AI
- Real-Time Responses - Get instant AI-generated answers
- Chainable Operations - Connect with other BLOX for complex workflows
Summary
You've successfully learned how to:
✓ Create Flows with GPT BLOX
✓ Test AI responses within workflows
✓ Query document-specific knowledge using GPT BLOX
Congratulations!
You've completed all missions in Module 2: AI Agents. You now have the skills to create, train, and deploy AI Agents both as standalone tools and integrated within automated workflows.


