Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
COS_BUCKET | Yes | 存储桶名称 | |
COS_DOMAIN | No | 自定义域名 (可选) | |
COS_REGION | Yes | COS 地域 (例如: ap-beijing, ap-shanghai) | |
COS_SECRET_ID | Yes | 腾讯云 Secret ID | |
COS_SECRET_KEY | Yes | 腾讯云 Secret Key |
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 |
---|---|
upload_file | 上传单个文件到腾讯云COS |
upload_multiple | 批量上传多个文件到腾讯云COS |
get_signed_url | 获取COS对象的临时签名URL |
list_objects | 列出COS中的对象 |
delete_object | 删除COS中的对象 |