What Happened
- LlamaIndex fixed a correctness bug in `img_2_b64()` where the function still returned `bytes` at runtime even though it was type-cast to `str`, by decoding the base64 result before returning it.
- LlamaIndex fixed a correctness bug in `img_2_b64()` where the function still returned `bytes` at runtime even though it was type-cast to `str`, by decoding the base64 result before returning it.
- 1 evidence item attached for review.