[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
15
langchain-chat/server/agent/tools/search_internet.yaml
Normal file
15
langchain-chat/server/agent/tools/search_internet.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: search_internet
|
||||
description: Use this tool to surf internet and get information
|
||||
parameters:
|
||||
type: object
|
||||
properties:
|
||||
query:
|
||||
type: string
|
||||
description: Query for Internet search
|
||||
kgo_search_type:
|
||||
type: int
|
||||
description: the return value 'kgo_search_type' of the 'get_kgo_search_type'
|
||||
default: 1000
|
||||
required:
|
||||
- query
|
||||
- kgo_search_type
|
||||
Reference in New Issue
Block a user