From 888c9fec652b82174702c710f54f7d64f194315c Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 25 Feb 2026 20:06:56 +0300 Subject: Chore: linter complaints --- models/models.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'models/models.go') diff --git a/models/models.go b/models/models.go index 21d71d8..7ee4c12 100644 --- a/models/models.go +++ b/models/models.go @@ -400,7 +400,6 @@ func (m *RoleMsg) AddTextPart(text string) { } m.hasContentParts = true } - textPart := TextContentPart{Type: "text", Text: text} m.ContentParts = append(m.ContentParts, textPart) } @@ -416,7 +415,6 @@ func (m *RoleMsg) AddImagePart(imageURL, imagePath string) { } m.hasContentParts = true } - imagePart := ImageContentPart{ Type: "image_url", Path: imagePath, // Store the original file path -- cgit v1.2.3