# FPL AI Captain Verdict & Manager Brief (Gemini)

**Use case:** 

Get an AI-written FPL captain recommendation and one-paragraph manager's brief plus full gameweek picks for the upcoming gameweek.

## Input

```json
{
  "mode": "gameweek_picks",
  "managerIds": [],
  "leagueIds": [],
  "picksTopN": 5,
  "picksDifferentialThresholdPct": 5,
  "picksFixtureLookahead": 3,
  "optimizerBudget": 100,
  "leagueTopManagersPerLeague": 50,
  "priceMinConfidence": 0.5,
  "priceIncludeNeutral": false,
  "liveRefreshIntervalSec": 0,
  "liveMaxSnapshots": 1,
  "historicalSeasons": [],
  "historicalDataType": "per_gameweek",
  "enableAiVerdict": true,
  "maxItems": 1000
}
```

## Output

```json
{
  "gameweek": {
    "label": "GW",
    "format": "number"
  },
  "captainRecommendation.webName": {
    "label": "Captain rec",
    "format": "text"
  },
  "brief": {
    "label": "Brief",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FPL Intelligence - Picks, Optimizer, Watchlist, History](https://apify.com/constructive_calm/fpl-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/fpl-intelligence) to learn more, explore other use cases, and run it yourself.