fix: add config-only anti-pattern guard to system prompt to prevent s… #231
ci.yml
on: push
Lint, Typecheck & Test
34s
Docker Build & Push
0s
Annotations
10 errors
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L837
Expected line before comment
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L825
Expected a block comment instead of consecutive line comments
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L788
Replace `⏎··········(m)·=>·m.name·!==·modelDetails.name,⏎········` with `(m)·=>·m.name·!==·modelDetails.name`
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L783
Replace `(m)·=>·m.provider·===·provider.name·&&·m.name·!==·modelDetails.name,⏎······` with `.filter((m)·=>·m.provider·===·provider.name·&&·m.name·!==·modelDetails.name`
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L782
Replace `.getModelList().filter(` with `⏎········.getModelList()`
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L778
Expected a block comment instead of consecutive line comments
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L775
'effectiveFallbackRoute' is never reassigned. Use 'const' instead
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L753
Expected a block comment instead of consecutive line comments
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L739
Expected a block comment instead of consecutive line comments
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L736
Replace `⏎····streamResult:·Awaited<ReturnType<typeof·_streamText>>,⏎··` with `streamResult:·Awaited<ReturnType<typeof·_streamText>>`
|