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
{
  "title": "agent.InlineAgentBaseWithFallbacksOrRemoteWithCount",
  "description": "An [`InlineAgentBaseWithFallbacksOrRemote`] with a count\n(pre-validation swarm agent slot).",
  "type": "object",
  "$ref": "agent.InlineAgentBaseWithFallbacksOrRemote",
  "properties": {
    "count": {
      "description": "Number of instances of this agent in the swarm. Defaults to 1.",
      "type": "integer",
      "minimum": 0,
      "maximum": 18446744073709551615,
      "default": 1
    }
  }
}