SubProviderAccountInfo
Account and agent counts for a single CUSTOM provider sub type
type SubProviderAccountInfo {
subProviderType: AiAgentProviderSubType!
numberOfAccounts: Int!
numberOfAgents: Int!
}
Fields
SubProviderAccountInfo.subProviderType ● AiAgentProviderSubType! non-null enum agent-control-tower {#sub-provider-type}
The provider sub type these counts belong to
SubProviderAccountInfo.numberOfAccounts ● Int! non-null scalar miscellaneous {#number-of-accounts}
number of provider accounts registered under this sub type, zero when none
SubProviderAccountInfo.numberOfAgents ● Int! non-null scalar miscellaneous {#number-of-agents}
number of AI agents available under this sub type, zero when none
Member Of
AiAgentProvider object
Was this topic helpful?