discover_sources
Search across documents, tables, figures, and knowledge graphs to find data sources for citations. Returns unified AssetRef results for direct use in table citations.
Instructions
🔍 資料來源探索:跨文件搜尋可用於表格的資料來源。
整合 Section、Figure、Table、Knowledge Graph 多個資料庫, 返回統一的 AssetRef 格式結果,可直接用於 table_cite。
Args: query: 搜尋關鍵字 doc_ids: 限定搜尋的文件(不指定則搜尋所有文件) include_kg: 是否包含知識圖譜搜尋 limit: 每類來源的最大結果數
Returns: 發現的資料來源(AssetRef 格式)
Example: discover_sources("remimazolam dosing") discover_sources("drug comparison", doc_ids=["doc_abc"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| doc_ids | No | ||
| include_kg | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |