Files
AstrBot/packages/astrbot_agent/_conf_schema.json
Soulter 185501d1b5 stage
2025-10-02 14:06:23 +08:00

10 lines
261 B
JSON

{
"endpoint": {
"description": "The endpoint URL of the Shipyard server.",
"type": "string"
},
"access_token": {
"description": "The access token for authenticating with the Shipyard server.",
"type": "string"
}
}