(error: Warning | Warning[])
| 53 | } |
| 54 | |
| 55 | export function formatCoverAssistantWarning(error: Warning | Warning[]): string { |
| 56 | return `SYSTEM WARNING RECEIVED❗\n${formatBasic(error)}\nSorry, current task have been halted. Please rephrase and try again.`; |
| 57 | } |
| 58 | |
| 59 | export function formatToolResultWarning(error: Warning | Warning[], blockHarmfulInput: boolean): string { |
| 60 | if (blockHarmfulInput) |
no test coverage detected