Uses of Record Class
ai.tabforge.workshop.model.EscalationRequest
Packages that use EscalationRequest
Package
Description
Orchestration engine — the agentic loop that coordinates all sub-agents.
-
Uses of EscalationRequest in ai.tabforge.workshop.orchestrator
Methods in ai.tabforge.workshop.orchestrator that return EscalationRequestMethods in ai.tabforge.workshop.orchestrator with parameters of type EscalationRequestModifier and TypeMethodDescriptionvoidReviewSession.setPendingEscalation(EscalationRequest pendingEscalation) Constructors in ai.tabforge.workshop.orchestrator with parameters of type EscalationRequestModifierConstructorDescriptionReviewSession(String reviewId, ReviewScope scope, ReviewReport.ReviewStatus status, ReviewReport report, EscalationRequest pendingEscalation, String startedAt)