Tags: dotnet/dev-proxy
Tags
Fixes httpclient usage (#1350) * Expose HttpClient to derived plugin classes * Use short-lived HTTP client controlled by DI * refactor Announcement to use with DI * refactor MSGraphDbUtils to use with DI * Fix build warning * Revert "Expose HttpClient to derived plugin classes" This reverts commit 751755e. * Revert "refactor Announcement to use with DI" This reverts commit dd4ebb0. * reuse injected http client from DI * fix: Remove httpclient disposal, it's handled by its factory * fix: Rename MSGraphDbUtils to MSGraphDb * fix: Rename MSGraphDbConnection to Connection * fix: Rename GenerateMSGraphDbAsync to GenerateDbAsync * fix: Remove unnecessary assignment * refactor: Remove MSGraphDb class and related usages; update dependencies in GraphSelectGuidancePlugin and IServiceCollectionExtensions --------- Co-authored-by: Waldek Mastykarz <[email protected]>
Adds support for logging LM token usage for streamed responses. Closes … …#1345 (#1346) * Adds support for logging LM token usage for streamed responses. Closes #1345 * Update DevProxy.Plugins/Inspection/OpenAITelemetryPlugin.cs Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
Fixes prompty pattern matching. Closes #1325 (#1326) Co-authored-by: Garry Trinder <[email protected]>
Extends OpenAITelemetryPlugin with token report. Closes #1308 (#1318) Co-authored-by: Garry Trinder <[email protected]>
PreviousNext