{
"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
}
}
}