fix: try-finally in probeStreamForErrors + urlPrompt stale closure re… #238
ci.yml
on: push
Lint, Typecheck & Test
33s
Docker Build & Push
0s
Annotations
10 errors
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L839
Expected line before comment
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L827
Expected a block comment instead of consecutive line comments
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L790
Replace `⏎··········(m)·=>·m.name·!==·modelDetails.name,⏎········` with `(m)·=>·m.name·!==·modelDetails.name`
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L785
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#L784
Replace `.getModelList().filter(` with `⏎········.getModelList()`
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L780
Expected a block comment instead of consecutive line comments
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L777
'effectiveFallbackRoute' is never reassigned. Use 'const' instead
|
|
Lint, Typecheck & Test:
app/lib/.server/llm/stream-text.ts#L754
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>>`
|