MCPcopy Index your code
hub / github.com/FIND-Lab/AgentWard / formatCoverAssistantWarning

Function formatCoverAssistantWarning

core/warnings.ts:55–57  ·  view source on GitHub ↗
(error: Warning | Warning[])

Source from the content-addressed store, hash-verified

53}
54
55export 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
59export function formatToolResultWarning(error: Warning | Warning[], blockHarmfulInput: boolean): string {
60 if (blockHarmfulInput)

Callers 1

registerFunction · 0.90

Calls 1

formatBasicFunction · 0.85

Tested by

no test coverage detected