Skip to content

Commit c771c16

Browse files
committed
♻️ update active options string output
1 parent c16c9e1 commit c771c16

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/main/java/com/mindee/parsing/v2/InferenceActiveOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public String toString() {
8080
.add(":Polygon: " + formatForDisplay(polygon, 5))
8181
.add(":Confidence: " + formatForDisplay(confidence, 5))
8282
.add(":RAG: " + formatForDisplay(rag, 5))
83+
.add(":Text Context: " + formatForDisplay(textContext, 5))
8384
.toString();
8485
}
8586
}

src/test/java/com/mindee/input/LocalResponseV2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class LocalResponseV2Test {
2121
/**
2222
* Real signature using fake secret key.
2323
*/
24-
String signature = "b82a515c832fd2c4f4ce3a7e6f53c12e8d10e19223f6cf0e3a9809a7a3da26be";
24+
String signature = "1df388c992d87897fe61dfc56c444c58fc3c7369c31e2b5fd20d867695e93e85";
2525

2626
/**
2727
* File which the signature applies to.

0 commit comments

Comments
 (0)