mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
chore: remove LOBE-XXX markers from code comments (#15422)
chore: remove LOBE-XXX markers from code comments - match.test.ts: replace (LOBE-9913) marker with inline comment context - nightly-review.golden.json: replace (LOBE-9434) marker with execAgent migration context Co-authored-by: Arvin Xu <arvin@lobehub.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"description": "Desensitized golden snapshot of one nightly-review self-iteration run. Used as a structural regression baseline by the execAgent migration (LOBE-9434). Assert structure, never byte-for-byte: the LLM output is non-deterministic.",
|
||||
"description": "Desensitized golden snapshot of one nightly-review self-iteration run. Used as a structural regression baseline by the execAgent migration which converges all agent execution paths (chat, self-iteration, memoryWriter, skillManagement) onto a single execAgent entry point. Assert structure, never byte-for-byte: the LLM output is non-deterministic.",
|
||||
"finalState": {
|
||||
"messages": [
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ describe('matchErrorPattern', () => {
|
||||
);
|
||||
});
|
||||
|
||||
it('classifies ollamacloud "context window exceeds limit" as ExceededContextWindow, not ProviderBizError (LOBE-9913)', () => {
|
||||
it('classifies ollamacloud "context window exceeds limit" as ExceededContextWindow, not ProviderBizError', () => {
|
||||
// ollamacloud surfaces context-window overflow as a generic 400 that the
|
||||
// upstream labels ProviderBizError. The ECW message pattern sits before the
|
||||
// 400 / ProviderBizError catch-alls, so the message wins regardless.
|
||||
|
||||
Reference in New Issue
Block a user