{
"title": "functions.RemoteProfile",
"description": "A remote profile, either tasks-based or auto.",
"anyOf": [
{
"title": "Tasks",
"description": "Tasks-based profile with per-task configuration.",
"$ref": "functions.RemoteTasksProfile"
},
{
"title": "Auto",
"description": "Auto profile that applies a single swarm+weights to all vector completion tasks.",
"$ref": "swarm.RemoteSwarmBase"
}
]
}