Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Microsoft.Extensions.AI #3762

Open
bruno-garcia opened this issue Nov 17, 2024 · 0 comments
Open

Support for Microsoft.Extensions.AI #3762

bruno-garcia opened this issue Nov 17, 2024 · 0 comments

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Nov 17, 2024

Announced last month:

https://devblogs.microsoft.com/dotnet/introducing-microsoft-extensions-ai-preview/

Sentry's LLM monitoring docs: https://docs.sentry.io/product/insights/ai/llm-monitoring/

SDK docs: https://develop.sentry.dev/sdk/telemetry/traces/modules/llm-monitoring/

Example API:

app.Services.AddChatClient(builder => builder 
    // Add Sentry LLM monitoring
    .UseSentry()    
    .Use(new OpenAIClient(...)).AsChatClient(...)); 

In a new package named: Sentry.Extensions.AI

https://www.nuget.org/packages/Microsoft.Extensions.AI.Abstractions/#versions-body-tab
Seems this one didn't leave preview though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant