Uh oh!
There was an error while loading. Please reload this page.
[AI Evaluation] Add versioning to reporting and caching - #6070
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…edCachingChatClient.cs
peterwald
commented
Mar 11, 2025
@dotnet/dotnet-extensions-ai This change is ready to merge if you approve. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…arp/ScenarioRunResult.cs Co-authored-by: Igor Velikorossov <RussKie@users.noreply.github.com>
…arp/Defaults.cs Co-authored-by: Igor Velikorossov <RussKie@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
peterwald
commented
Mar 13, 2025
Updated based on your feedback @shyamnamboodiripad@stephentoub |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
These are basically independent escape mechanisms to handle future changes in formats.
ReportFormatVersion- Will record which version of the format was used to persist the scenario run, as well as exposing which version the current library will write. This should allow us to convert/adapt to reporting format changes in the future if needed.CacheVersion- Will change all the caching keys causing the existing cache entries to be no longer valid. @stephentoub@SteveSandersonMSHopefully neither of these will ever be needed.
Microsoft Reviewers: Open in CodeFlow