Skip to main content

CrowdyStudioAgentToolResultStatus

Terminal result reported once by a browser executor.

enum CrowdyStudioAgentToolResultStatus {
SUCCEEDED
FAILED
CANCELLED
TIMED_OUT
OUTCOME_UNKNOWN
}

Values

CrowdyStudioAgentToolResultStatus.SUCCEEDED

Effect and typed output are known successful.

CrowdyStudioAgentToolResultStatus.FAILED

Effect is known failed with a typed safe error.

CrowdyStudioAgentToolResultStatus.CANCELLED

Known cancelled before successful effect.

CrowdyStudioAgentToolResultStatus.TIMED_OUT

Browser deadline elapsed.

CrowdyStudioAgentToolResultStatus.OUTCOME_UNKNOWN

Effect may have happened; server fails the run without retrying.

Member Of

AgentToolResultEnvelope object ● AgentToolResultEnvelopeInput input