find_best_match
Find the most similar CNKI paper by title. Uses character similarity to match the input title against search results, returning the best match.
Instructions
根据论文标题在知网中查找最匹配的论文。使用字符相似度算法匹配第一页搜索结果中与输入标题最相似的论文。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 论文标题 | |
| search_type | No | 搜索类型,默认"篇名"(按标题搜索) | 篇名 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||