mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
10 lines
246 B
YAML
10 lines
246 B
YAML
name: search_knowledgebase_complex
|
|
description: Use this tool to search local knowledgebase and get information
|
|
parameters:
|
|
type: object
|
|
properties:
|
|
query:
|
|
type: string
|
|
description: The query to be searched
|
|
required:
|
|
- query |