Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
share_url_parse_tool_wrapper | 解析视频分享链接,获取视频信息
参数:
- url: 视频分享链接
返回:
- code: 状态码
- msg: 状态信息
- data: 视频信息
|
video_id_parse_tool_wrapper | 根据视频来源和ID解析视频信息
参数:
- source: 视频来源
- video_id: 视频ID
返回:
- code: 状态码
- msg: 状态信息
- data: 视频信息
|
share_text_parse_tool_wrapper | 提取视频内容,需要传递apikey,否则无法使用视频内容提取功能!
参数:
- text: 抖音分享文本,包含分享链接
- api_base_url: API基础URL,默认使用siliconflow.cn
- model: 语音识别模型,默认使用FunAudioLLM/SenseVoiceSmall
|