Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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();
Callers
15
smallImageBecomesImagePart
Method · 0.95
oversizedImageFallsBackToTextOnly
Method · 0.95
emptyImageDataKeepsFallbackOnly
Method · 0.95
runsToolsInParallelAndKeepsInputOrder
Method · 0.95
executesMcpToolAndRecordsAllowAudit
Method · 0.95
registersFindsAndUnregistersTools
Method · 0.95
replacesOnlyToolsFromRequestedServer
Method · 0.95
emitsRequestedAndResolvedAroundExplicitApproval
Method · 0.95
callToolOutput
Method · 0.95
replaceTools
Method · 0.95
invokeMcpToolOutput
Method · 0.95
toToolOutput
Method · 0.95
Calls
1
of
Method · 0.45
Tested by
15
smallImageBecomesImagePart
Method · 0.76
oversizedImageFallsBackToTextOnly
Method · 0.76
emptyImageDataKeepsFallbackOnly
Method · 0.76
runsToolsInParallelAndKeepsInputOrder
Method · 0.76
executesMcpToolAndRecordsAllowAudit
Method · 0.76
registersFindsAndUnregistersTools
Method · 0.76
replacesOnlyToolsFromRequestedServer
Method · 0.76
emitsRequestedAndResolvedAroundExplicitApproval
Method · 0.76
serializesMultimodalMessageAsOpenAiCompatibleContentArray
Method · 0.36
glm5vTurboSerializesBase64ImageAsRawBase64
Method · 0.36
serializesImageMessagesWithoutModelCapabilityGate
Method · 0.36
atImageAndMcpScreenshotProduceIdenticalImageBlock
Method · 0.36