mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
10 lines
221 B
YAML
10 lines
221 B
YAML
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
|
|
required:
|
|
- query |