Buffer.prototype.toPngImageBuffer = function()

in src/utils/openai.ts [19:22]


Buffer.prototype.toPngImageBuffer = function () {
  this.path = "image.png";
  return this;
};