fix(consult): treat pinched answers as failed and restore reply actions
Incomplete Flash generations were billed as completed consultations. Fail those runs, keep the partial text, and reuse the rectification like/copy/rerun bar on ordinary chat replies. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -180,6 +180,7 @@ export const logAgentObservability = createAgentObservabilityLogger();
|
||||
const knownErrorCodes = new Set([
|
||||
"runtime_contract_incomplete",
|
||||
"empty_answer",
|
||||
"answer_truncated",
|
||||
"calculation_failed",
|
||||
"timeout",
|
||||
"cancelled",
|
||||
|
||||
Reference in New Issue
Block a user