Linkup 研究
LinkupToolSpec #
基类: BaseToolSpec
链接工具规范。
Source code in llama-index-integrations/tools/llama-index-tools-linkup-research/llama_index/tools/linkup_research/base.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
|
搜索 #
search(query: str)
通过Linkup搜索运行查询并返回元数据。
参数:
名称 | 类型 | 描述 | 默认值 |
---|---|---|---|
query
|
str
|
要搜索的查询。 |
required |
Source code in llama-index-integrations/tools/llama-index-tools-linkup-research/llama_index/tools/linkup_research/base.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
|