Skip to main content

AgentToolResultInput

Submit one idempotent terminal browser result for the matching owner/session epoch.

input AgentToolResultInput {
idempotencyKey: String!
sessionId: String!
clientEpoch: BigInt!
result: AgentToolResultEnvelopeInput!
}

Fields

AgentToolResultInput.idempotencyKey ● String! non-null scalar

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

AgentToolResultInput.sessionId ● String! non-null scalar

Owner/app session UUID.

AgentToolResultInput.clientEpoch ● BigInt! non-null scalar

Current attached client epoch.

AgentToolResultInput.result ● AgentToolResultEnvelopeInput! non-null input

Complete descriptor-validated crowdy.tool-result/1 result envelope.

Member Of

crowdyStudioAgentToolResult mutation