Subdomain 1.1: Translate business problems into Claude-based AI solutions
1.A software vendor wants to build a RAG assistant over its own internal support-ticket archive (not the public web) and needs the same quality of source attribution that citation-grounded answers provide, without sending queries to an external search index. Which feature fits this requirement?
- A.Web search tool, because it augments Claude's knowledge with current information regardless of where the documents are hosted.
- B.Web fetch, because retrieving full page content from specified URLs works equally well for private ticket archives.
- C.Search results, because it provides citation-quality source attribution for custom knowledge bases outside the public web.
- D.Code execution, because running retrieval scripts in a sandbox lets the model fetch and cite ticket content directly.
Show answer & explanation
Correct answer: C — Search results, because it provides citation-quality source attribution for custom knowledge bases outside the public web.
- A. Incorrect. The web search tool augments Claude with public web content and is not the mechanism for attributing answers to a private, internal ticket archive.
- B. Incorrect. Web fetch retrieves content from specified URLs on the web; it is not designed to provide citation attribution over an internal, non-web knowledge base.
- C. Correct. Search results is built to enable natural citations for RAG applications, achieving web-search-quality citations for custom knowledge bases and internal tools.
- D. Incorrect. Code execution runs sandboxed code for analysis and file processing; it is not a citation or source-attribution feature for retrieval-augmented answers.