Overview
TBIAI enables importing data from AI agents like Google Gemini, ChatGPT, Microsoft Copilot, and X Grok. Ask questions in natural language and receive structured data.
Location: BI.AI.pas:52
Supported AI Agents
- Gemini: Google’s AI (free API key)
- Copilot: Microsoft AI
- ChatGPT: OpenAI models
- Grok: X (Twitter) AI
Getting API Keys
Google Gemini (Free)
Get your API key at: https://aistudio.google.com/app/apikeyOpenAI ChatGPT
Register at: https://platform.openai.com/X Grok
API access through X platformMethods
From
Question: Your query in natural languageAgent: Which AI service to useKey: Your API key
Usage Examples
Basic Query
CSV Format Request
Using Different Agents
Best Practices
1. Request Structured Data
Be specific about the format:2. Keep API Keys Secure
3. Handle Empty Responses
Tips for Better Results
- Be Specific: “Top 10 mountains by elevation” vs “mountains”
- Request Format: Ask for CSV, JSON, or table format
- Limit Data: “Top 10” or “last 5 years” for manageable datasets
- Simple Queries: Complex multi-part questions may not work well
Error Handling
Limitations
- Requires internet connection
- API rate limits apply
- Response quality depends on AI model
- Not suitable for real-time applications
- May require payment for heavy usage (except Gemini free tier)
