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
|