AiAgentToolResourceInput
Input type for defining a resource associated with an AI Agent Tool in the AI Agent Registry.
input AiAgentToolResourceInput {
name: String!
description: String
resourceType: AiAgentToolResourceType!
toolResourceJson: String
}
Fields
AiAgentToolResourceInput.name ● String! non-null scalar miscellaneous {#name}
Defines the unique identifier or title of the AI agent tool resource.
AiAgentToolResourceInput.description ● String scalar miscellaneous {#description}
Provides detailed information about the AI agent tool resource's capabilities and features.
AiAgentToolResourceInput.resourceType ● AiAgentToolResourceType! non-null enum agent-control-tower {#resource-type}
Specifies the classification type of the AI Agent tool resource.
AiAgentToolResourceInput.toolResourceJson ● String scalar miscellaneous {#tool-resource-json}
Stores the complete tool resource configuration represented as a JSON string.
Member Of
AiAgentToolCreateInput input ●
AiAgentToolUpdateInput input