AiAgentToolEntityDisassociationInput
Input type for defining entity disassociations for an AI Agent Tool.
input AiAgentToolEntityDisassociationInput {
entityType: AiRegistryEntityType!
entityIds: [ID!]
}
Fields
AiAgentToolEntityDisassociationInput.entityType ● AiRegistryEntityType! non-null enum agent-control-tower
Specifies the AI registry entity type to be disassociated, either VERSION or TASK.
AiAgentToolEntityDisassociationInput.entityIds ● [ID!] list scalar miscellaneous
List of AI registry entity identifiers to be disassociated from the tool.
Member Of
Was this topic helpful?