AiAgentToolDisassociationInput
Input type for deleting associations from an AI Agent Tool.
input AiAgentToolDisassociationInput {
id: ID!
aiAgentTaskIds: [ID]!
}
Fields
AiAgentToolDisassociationInput.id ● ID! non-null scalar miscellaneous
Unique identifier of the AI agent tool.
AiAgentToolDisassociationInput.aiAgentTaskIds ● [ID]! non-null scalar miscellaneous
List of task Ids form which tool need to be disassociate, If null or empty input will disassociate form all the task to which tool is associated.
Member Of
aiAgentToolDisassociation mutation
Was this topic helpful?