feat(lighthouse): filter out non-compatible OpenAI models (#9523)

Co-authored-by: Chandrapal Badshah <12944530+Chan9390@users.noreply.github.com>
Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
This commit is contained in:
Chandrapal Badshah
2025-12-15 16:01:04 +05:30
committed by GitHub
parent 4398b00801
commit 2b4b23c719
2 changed files with 60 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ All notable changes to the **Prowler API** are documented in this file.
### Changed
- Endpoint `GET /overviews/attack-surfaces` no longer returns the related check IDs [(#9529)](https://github.com/prowler-cloud/prowler/pull/9529)
- OpenAI provider to only load chat-compatible models with tool calling support [(#9523)](https://github.com/prowler-cloud/prowler/pull/9523)
---