Remove debugging comment

This commit is contained in:
Paul Kompfner
2025-09-08 16:59:24 -04:00
parent a3e65ab3b5
commit 623c660027

View File

@@ -388,7 +388,6 @@ class AWSBedrockLLMContext(OpenAILLMContext):
new_content.append({"text": text_content})
# handle image_url -> image conversion
if item["type"] == "image_url":
print(f"[pk] Converting image_url item: {item}")
new_item = {
"image": {
"format": "jpeg",