Ensure AI-related documentation, comments, and explanations are clear, accurate, and well-structured. This includes fixing spelling errors, using precise terminology, adding necessary context about experimental features, and employing active voice for better readability.
Ensure AI-related documentation, comments, and explanations are clear, accurate, and well-structured. This includes fixing spelling errors, using precise terminology, adding necessary context about experimental features, and employing active voice for better readability.
Key practices:
Example improvement:
// Before: "LLM APIs can be configured to return structured data"
// After: "You can configure LLM APIs to return structured data"
// Before: "The Angular CLI includes a Model Context Protocol (MCP) server"
// After: "The Angular CLI includes an experimental [Model Context Protocol (MCP) server](https://modelcontextprotocol.io/)"
Clear documentation is especially critical for AI features as they often involve complex concepts, experimental APIs, and emerging patterns that developers may be unfamiliar with.
Enter the URL of a public GitHub repository