AiAgentLlmDisassociationInput
Input type for disassociating agent versions from an AI Agent LLM.
input AiAgentLlmDisassociationInput {
id: ID!
agentVersionIds: [ID!]
agentIds: [ID!]!
}
Fields
AiAgentLlmDisassociationInput.id ● ID! non-null scalar miscellaneous
Unique identifier of the AI agent LLM.
AiAgentLlmDisassociationInput.agentVersionIds ● [ID!] list scalar miscellaneous
One or more agent version IDs from which associations are to be removed.
AiAgentLlmDisassociationInput.agentIds ● [ID!]! non-null scalar miscellaneous
List of AI Agent IDs from which LLM associations are to be removed; disassociated from the specified agents DRAFT versions
Member Of
aiAgentLlmDisassociation mutation
Was this topic helpful?