AxKnowledgeBase_search_private_paper_assets
Search a paper's private knowledge graph assets to find figures or tables whose captions match a Lucene query, ranked by relevance.
Instructions
Find figures or tables in one paper of the organization's private knowledge graph whose caption matches a query, ranked by relevance. The private counterpart of search_paper_assets: same query rules, same result shape, different graph. Fetch the actual figure or table with get_private_paper_asset.
query is Lucene query syntax, not a plain string, e.g. '"fig 4"^5 OR "figure 4"^5 OR neural network architecture'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which kind of asset to search for | |
| limit | No | Maximum number of matches to return (1-50) | |
| query | Yes | Lucene query syntax matched against the caption, e.g. '"fig 4"^5 OR neural network architecture' | |
| doc_id | Yes | The paper's id, as returned by list_private_knowledge_base_papers or search_private_knowledge_base |