{
"title": "agent.RemoteAgentBaseWithFallbacks",
"description": "A remote agent base definition with description and optional fallbacks.",
"type": "object",
"$ref": "agent.InlineAgentBaseWithFallbacks",
"properties": {
"description": {
"type": "string"
}
}
}