objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "agent.InlineAgentBaseWithFallbacks",
  "description": "An [`InlineAgentBase`] with optional fallbacks (no description).",
  "type": "object",
  "$ref": "agent.InlineAgentBase",
  "properties": {
    "fallbacks": {
      "description": "Fallback agents to try if the primary fails.",
      "anyOf": [
        {
          "type": "array",
          "items": {
            "$ref": "agent.InlineAgentBase"
          }
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}