[
{
"title": "Test Social Media - LinkedIn company research",
"query": "Get me information about Tesla's LinkedIn company profile and their recent job postings",
"runs": 1,
"model": "gpt-5-mini-2025-08-07",
"provider": "openai",
"expectedToolCalls": ["search_engine", "web_data_linkedin_company_profile", "web_data_linkedin_job_listings"],
"selectedServers": ["social-server"],
"advancedConfig": {
"instructions": "You are a professional networking research assistant",
"temperature": 0.1,
"maxSteps": 5,
"toolChoice": "auto"
}
},
{
"title": "Test Social Media - Instagram content analysis",
"query": "Analyze the latest Instagram posts and reels from @nike and show me the comments",
"runs": 1,
"model": "gpt-5-mini-2025-08-07",
"provider": "openai",
"expectedToolCalls": ["search_engine", "web_data_instagram_posts", "web_data_instagram_reels", "web_data_instagram_comments"],
"selectedServers": ["social-server"],
"advancedConfig": {
"instructions": "You are a social media analytics assistant",
"temperature": 0.1,
"maxSteps": 5,
"toolChoice": "auto"
}
}
]