SaveAgentPromptDraftInput
No description
input SaveAgentPromptDraftInput {
agentType: String!
guidance: String!
changeNote: String
}
Fields
SaveAgentPromptDraftInput.agentType ● String! non-null scalar
AiUsageType case name of the agent to edit.
SaveAgentPromptDraftInput.guidance ● String! non-null scalar
SaveAgentPromptDraftInput.changeNote ● String scalar
Member Of
saveAgentPromptDraft mutation


