Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
RPA_MODEL | No | The mode of YindDao RPA to run - either 'local' or 'openApi' | |
USER_FOLDER | No | Path to YindDao RPA user folder (required for local mode) | |
ACCESS_KEY_ID | No | Access key ID for Open API mode (enterprise users only) | |
SHADOWBOT_PATH | No | Path to YindDao RPA executable (required for local mode) | |
ACCESS_KEY_SECRET | No | Access key secret for Open API mode (enterprise users only) |
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 |
---|---|
queryApplist | 该接口用于分页获取RPA应用列表。 |
runApp | 该接口用于运行RPA应用。 |
queryRobotParam | 该接口用于上传文件到RPA平台。 |