### Wanfang Data Search Skill - Recommended Flow for Research Questions Source: https://github.com/wanfangdata/wfdata-open-skills/blob/master/skills/wfdata-search/SKILL.md This flow outlines the recommended sequence for using the Wanfang Data Search Skill to address research questions. It involves semantic search followed by fetching document details. ```text 用户问题 ↓ wf_data_vector_search(语义检索) ↓ 获取文献ID ↓ wf_data_get_doc(获取文献详情) ↓ 整理研究结果 ``` -------------------------------- ### Wanfang Data Search Skill - Recommended Flow for Precise Keyword Search Source: https://github.com/wanfangdata/wfdata-open-skills/blob/master/skills/wfdata-search/SKILL.md This flow details the recommended sequence for using the Wanfang Data Search Skill for precise keyword searches. It involves keyword retrieval followed by fetching document details. ```text 用户关键词 ↓ wf_data_query ↓ 获取文献ID ↓ wf_data_get_doc ``` -------------------------------- ### Wanfang Data Search Skill - Typical JSON Response Structure Source: https://github.com/wanfangdata/wfdata-open-skills/blob/master/skills/wfdata-search/SKILL.md This is a typical JSON structure for responses from the Wanfang Data Search Skill interfaces. It includes a list of documents and the total number found. ```json { "documents": [], "num_found": 120 } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.