You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`WARNING: INCLUDE_ALL_DOCS_DANGEROUSLY is enabled for ${crateName}. Processing all ${htmlFiles.length} HTML files. This may incur significant time or cost (e.g., embedding calls).`
description: `Query the official Rust documentation for the '${this.crateName}' crate. Use this tool to retrieve detailed information about '${this.crateName}'’s API, including structs, traits, enums, constants, and functions. Ideal for answering technical questions about how to use '${this.crateName}' in Rust projects, such as understanding specific methods, configuration options, or integration details. Additionally, leverage this tool to ensure accuracy of written code by verifying API usage and to resolve Clippy or lint errors by clarifying correct implementations. For example, use it for questions like "How do I configure routing in ${this.crateName}?", "What does this ${this.crateName} struct do?", "Is this ${this.crateName} method call correct?", or "How do I fix a Clippy warning about ${this.crateName} in my code?"`,
0 commit comments