Add ChatErrorLevel to ChatErrorDetails (#242139)

We need this so that the error when the rate limit is exceeded can show as 'info' without having to set `responseIsFiltered`
This commit is contained in:
Rob Lourens
2025-02-26 18:48:19 -08:00
committed by GitHub
parent 3fdefcd95f
commit cfe8020e4e
7 changed files with 33 additions and 9 deletions

View File

@@ -1806,6 +1806,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextSearchContext2: TextSearchContext2,
TextSearchMatch2: TextSearchMatch2,
TextSearchCompleteMessageTypeNew: TextSearchCompleteMessageType,
ChatErrorLevel: extHostTypes.ChatErrorLevel,
};
};
}