Skip to main content

AgentSessionControlInput

Common human session-control shape for pause, resume, and close.

input AgentSessionControlInput {
idempotencyKey: String!
sessionId: String!
clientEpoch: BigInt!
}

Fields

AgentSessionControlInput.idempotencyKey ● String! non-null scalar

Required retry key. Same owner, operation, key, and input replay the first result; changed input returns IDEMPOTENCY_CONFLICT.

AgentSessionControlInput.sessionId ● String! non-null scalar

Owner/app session UUID.

AgentSessionControlInput.clientEpoch ● BigInt! non-null scalar

Current attached client epoch.

Member Of

crowdyStudioAgentCloseSession mutation ● crowdyStudioAgentPause mutation ● crowdyStudioAgentResume mutation