fix(core): update edit tool error type during llm judgements (#9510)

This commit is contained in:
anthony bushong
2025-09-24 15:19:19 -07:00
committed by GitHub
parent 74447fcff2
commit 05c962af1f
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -33,6 +33,7 @@ export enum ToolErrorType {
EDIT_NO_OCCURRENCE_FOUND = 'edit_no_occurrence_found',
EDIT_EXPECTED_OCCURRENCE_MISMATCH = 'edit_expected_occurrence_mismatch',
EDIT_NO_CHANGE = 'edit_no_change',
EDIT_NO_CHANGE_LLM_JUDGEMENT = 'edit_no_change_llm_judgement',
// Glob-specific Errors
GLOB_EXECUTION_ERROR = 'glob_execution_error',