Query
labridge.tools.paper.shared_papers.query
¶
All functions in this file need the authorization of the users before execution.
All Interactions should be returned as tool output.
labridge.tools.paper.shared_papers.query.PaperQueryTool
¶
Bases: QueryEngineBaseTool
This tool is used to answer the query with access to the shared paper storage.
Source code in labridge\tools\paper\shared_papers\query.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
|
labridge.tools.paper.shared_papers.query.PaperQueryTool.log()
¶
Get the log: specifically, the references.
Source code in labridge\tools\paper\shared_papers\query.py
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
|