{
"title": "functions.InlineProfile",
"description": "An inline profile, either tasks-based or auto.",
"anyOf": [
{
"title": "Tasks",
"description": "Tasks-based profile with per-task configuration.",
"$ref": "functions.InlineTasksProfile"
},
{
"title": "Auto",
"description": "Auto profile that applies a single swarm+weights to all vector completion tasks.",
"$ref": "swarm.InlineSwarmBase"
}
]
}