1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "title": "agent.AgentBase", "description": "An Agent base definition, either remote (with metadata) or inline.", "anyOf": [ { "title": "Remote", "$ref": "agent.RemoteAgentBase" }, { "title": "Inline", "$ref": "agent.InlineAgentBase" } ] }