Skip to content
中文

Provider Notes

Field Definitions

text
coreSize
integer
<int32>
Concurrency
Optional
Example:
3
enable
boolean
Whether available
Optional
Example:
true
mjBotChannelId
string
  // provider-specific example normalized for English documentation
Optional
nijiBotChannelId
string
  // provider-specific example normalized for English documentation
Optional
queueSize
integer
<int32>
Queue length
Optional
Example:
10
remark
string
  // provider-specific example normalized for English documentation
Optional
remixAutoSubmit
boolean
Remix submits automatically.
Optional
Example:
false
timeoutMinutes
integer
<int32>
Optional
Task timeout (minutes)
Example:
5
userAgent
string
Optional
User-Agent
userToken
string
User token
Optional

Example

json
{
    "coreSize": 3,
    "enable": true,
    "mjBotChannelId": "string",
    "nijiBotChannelId": "string",
    "queueSize": 10,
    "remark": "string",
    "remixAutoSubmit": false,
    "timeoutMinutes": 5,
    "userAgent": "string",
    "userToken": "string"
}