8000 docs(AI): Add AI Coding Assistant privacy information by dimodi · Pull Request #3006 · telerik/blazor-docs · GitHub
[go: up one dir, main page]

Skip to content

docs(AI): Add AI Coding Assistant privacy information #3006

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 Jun 9, 2025
commit feed47992b245b8e2a2b0ebb940cc5b4ee6ad66f
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