objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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"
    }
  ]
}