Enhance Context
Last updated
Last updated
Transform basic AI into informed intelligence. Add real-time information to your model.Use it when foundation models fail without specific information and good prompting can't fix missing information. Three triggers:
Recent events beyond knowledge cutoff
User data not in training
Company knowledge unavailable publicly
Context Construction Flow
Intercept user query
Retrieve relevant information
Combine query with context
Send enriched prompt
Advanced context enables agentic behaviour. Models use tools actively.
Agentic systems decide action sequences:
Understand user intent
Select appropriate tools
Execute multi-step processes
Correct errors through reflection
Knowledge: 😍🤩
External data access
Real-time retrieval
Proprietary databases
Capability: 🤔❓
Math calculations
Code execution
Specialised processing
Write Actions: ⚠️🚨
Submit enquiries
Book appointments
Send emails
Confirm purchase
Term-based document search
Internal knowledge bases
File upload capabilities
Embedding-based search
Real-time data sources
Context relevance
Read-only external APIs
Calculation tools
Multi-step workflows
Planning mechanisms
Enable write actions (carefully) ❗❗❗
Reflection and error correction
👷 This is an important step to make your AI system more intelligent. We should put lots of effort to make it work.