MCPcopy Create free account
hub / github.com/OperationT00/T-Code / text

Method text

src/main/java/com/tcode/tool/ToolOutput.java:13–15  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

11 }
12
13 public static ToolOutput text(String text) {
14 return new ToolOutput(text, List.of());
15 }
16
17 public boolean hasImageParts() {
18 return !imageParts.isEmpty();

Calls 1

ofMethod · 0.45