fix(prompts): apply system default on every run; dedupe roadblocks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
202e8dea49
commit
9a117a5429
@@ -86,7 +86,7 @@ public sealed class StreamAnalyzer
|
||||
TokensIn = _tokensIn,
|
||||
TokensOut = _tokensOut,
|
||||
ApiRetryCount = _apiRetryCount,
|
||||
Blocks = _blocks,
|
||||
Blocks = _blocks.Distinct().ToList(),
|
||||
};
|
||||
|
||||
private string? FallbackResult()
|
||||
|
||||
Reference in New Issue
Block a user