Frontmatter
| id | 9756 |
| title | Config: Inject missing modelProvider tracking |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Apr 7, 2026, 3:17 PM |
| updatedAt | Apr 7, 2026, 3:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9756 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 7, 2026, 3:18 PM |
Config: Inject missing modelProvider tracking
Closedbug
Description
The configuration matrix (
config.mjsandconfig.template.mjs) is missing themodelProviderdefinition which triggers silent failures whenSessionServiceneeds to execute summarizations (because the provider is completely undefined). This ticket resolves the configuration parameter and deprecates the staleembeddingProvideroverride inside the testing suite (SessionSummarization.spec.mjs), mapping it to the newneoEmbeddingProviderproperties instead.