ccrlawrence

Results 2 comments of ccrlawrence

Fixing a bug which introduces decimals when rounding in fn:sum.

I have this same issue, I can workaround with: `base64Image := base64.StdEncoding.EncodeToString(jpegBytes)` then `llms.ImageURLPart(fmt.Sprintf("data:image/jpeg;base64,%s", base64Image))` Not sure if BinaryPart should just be supported anyway? Ideally it would somehow?