{"version":3,"file":"safety.cjs","names":[],"sources":["../../src/utils/safety.ts"],"sourcesContent":["import { GoogleLLMResponse } from \"../types.js\";\n\nexport class GoogleAISafetyError extends Error {\n  response: GoogleLLMResponse;\n\n  // oxlint-disable-next-line @typescript-eslint/no-explicit-any\n  reply: any = \"\";\n\n  constructor(response: GoogleLLMResponse, message?: string) {\n    super(message);\n\n    this.response = response;\n  }\n}\n"],"mappings":";AAEA,IAAa,sBAAb,cAAyC,MAAM;CAC7C;CAGA,QAAa;CAEb,YAAY,UAA6B,SAAkB;AACzD,QAAM,QAAQ;AAEd,OAAK,WAAW"}