Skip to content

Commit 580409b

Browse files
author
Andrei Chis
committed
Remove usages of GtLPrimitiveImageData
1 parent 62a10b5 commit 580409b

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/Gt4LlmCore-Examples/GtLExampleDataComparisonException.class.st

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ GtLExampleDataComparisonException >> llmDiffImageViewFor: aDataView [
5353
gtViewDiffFor: GtPhlowView empty) asElement ]
5454
]
5555

56-
{ #category : #serialization }
57-
GtLExampleDataComparisonException >> serializeToLlmResponseImages [
58-
^{(GtLPrimitiveImageData fromElement: (self
59-
gtViewDiffFor: GtPhlowView empty) asElement)}
60-
]
61-
6256
{ #category : #serialization }
6357
GtLExampleDataComparisonException >> serializeToOpenAIResponseImages [
6458
^ self serializeToLlmResponseImages

src/Gt4LlmCore/GtLTestCaseWithResultDomainObject.class.st

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ GtLTestCaseWithResultDomainObject >> gtViewExampleComparisonFailureDiffImageFor:
4343
^(aView forward)
4444
title: 'Comparison Image';
4545
priority: 6.1;
46-
object: [ GtLPrimitiveImageData fromElement: (self testCaseWithResult result exception
47-
gtViewDiffFor: GtPhlowView empty) asElement ];
48-
view: #gtImageFor:
46+
object: [ self testCaseWithResult result exception ];
47+
view: #gtViewDiffFor:
4948
]
5049

5150
{ #category : #testing }

0 commit comments

Comments
 (0)