Methods
recordOutput
- recordOutput(agentId, output): StuckDetection
Parameters
- agentId: string
- output: string
recordError
- recordError(agentId, errorMessage): StuckDetection
Parameters
- agentId: string
- errorMessage: string
clearAgent
- clearAgent(agentId): void
Returns void
clearAll
- clearAll(): void
Returns void