MCPcopy
hub / github.com/kirodotdev/Kiro / SpamCheckResult

Interface SpamCheckResult

scripts/delete_spam_comments.ts:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 'Respond with JSON only:\n{"is_spam": true | false, "confidence": 0.0 to 1.0, "reason": "brief explanation"}';
39
40export interface SpamCheckResult {
41 isSpam: boolean;
42 reason: string;
43 confidence: number;
44}
45
46function createBedrockClient(): BedrockRuntimeClient {
47 return new BedrockRuntimeClient({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected