Skip to main content

RerunAgentSkillInput

No description

input RerunAgentSkillInput {
accordId: String!
skill: AgentRerunSkill!
sourceAccordId: String
}

Fields

RerunAgentSkillInput.accordId ● String! non-null scalar

RerunAgentSkillInput.skill ● AgentRerunSkill! non-null enum

RerunAgentSkillInput.sourceAccordId ● String scalar

Knowledge Transfer only: the accord to summarize FROM. Required for KNOWLEDGE_TRANSFER, ignored otherwise. Does NOT change parent_accord_id.

Member Of

rerunAgentSkill mutation