We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Sentry.Extensions.AI
https://www.nuget.org/packages/Microsoft.Extensions.AI.Abstractions/#versions-body-tab Seems this one didn't leave preview though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: