Fixes and improvements.

This commit is contained in:
OK
2025-08-09 00:16:37 +02:00
parent 38f0479d1e
commit d742ab86fa
22 changed files with 529 additions and 457 deletions
+4 -4
View File
@@ -72,7 +72,7 @@ The integration provides two OpenAI functions:
- Parameters: `query` (string), `limit` (optional integer, max 10)
- Returns: List of games matching the query
2. **get_game_details**
2. **get_game_details**
- Parameters: `game_id` (integer from search results)
- Returns: Detailed information about a specific game
@@ -80,7 +80,7 @@ The integration provides two OpenAI functions:
- **Basic Info**: Name, summary, rating (critic and user)
- **Release Info**: Release date/year
- **Technical**: Platforms, developers, publishers
- **Technical**: Platforms, developers, publishers
- **Classification**: Genres, themes, game modes
- **Extended** (detailed view): Storyline, similar games, screenshots
@@ -102,7 +102,7 @@ The integration provides two OpenAI functions:
- Regenerate access token (they expire)
- Verify client ID matches your Twitch app
3. **No game results**
3. **No game results**
- IGDB may not have the game in their database
- Try alternative spellings or official game names
@@ -120,4 +120,4 @@ To disable IGDB integration:
enable-game-info = false
```
The bot will continue working normally without game information features.
The bot will continue working normally without game information features.