Files
SqlDatabaseVectorSearch/SqlDatabaseVectorSearch/Settings
Marco Minerva 8472775333 Add message limit to chat history management
Updated `ChatService` to enforce a message limit based on the new `MessageLimit` property in `AppSettings`. Excess messages are removed before updating the cache to optimize performance. Adjusted `appsettings.json` to reflect the new configuration, changing `MaxInputTokens` from 16385 to 16384 and adding `MessageLimit` with a default value of 20.
2025-02-20 10:30:55 +01:00
..