8000 Merge ai-privacy-3006 into production by github-actions[bot] · Pull Request #3012 · telerik/blazor-docs · GitHub
[go: up one dir, main page]

Skip to content

Merge ai-privacy-3006 into production #3012

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

Merged
merged 4 commits into from
Jun 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ai/overview.md
  • Loading branch information
dimodi authored and dimodi committed Jun 9, 2025
commit b5e0226752761eb30c9eab01bccba778d1dc21b5
2 changes: 1 addition & 1 deletion ai/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The Telerik Blazor AI Coding Assistant operates under the following conditions:

* The Assistant does not have access to your workspace and application code. Note that when using the Telerik MCP server (or any other MCP server), the LLM generates parameters for the MCP server request, which may include parts of your application code.
* The Assistant does not use your prompts to train Telerik AI models.
* The Assistant does not generate the actual responses and has no access to these responses. The Assistant only provides a better context that help your selected model (for example, GPT, Gemini, Claude) provide better responses.
* The Assistant does not generate the actual responses and has no access to these responses. The Assistant only provides a better context that helps your selected model (for example, GPT, Gemini, Claude) provide better responses.
* The Assistant does not associate your prompts to your Telerik user account. Your prompts and generated context are anonymized and stored for statistical and troubleshooting purposes.
* The Assistant stores metrics about how often and how much you use it in order to ensure compliance with the [allowed number of requests that correspond to your current license](#number-of-requests).

Expand Down
0