Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ promptCacheMode
Method
promptCacheMode
src/main/java/com/tcode/llm/LlmClient.java:27–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
default String promptCacheMode() {
28
return
"none"
;
29
}
30
Callers
3
deepSeekDerivesParamsFromMillionWindow
Method · 0.65
from
Method · 0.65
getContextStatus
Method · 0.65
Implementers
6
StubLlmClient
src/test/java/com/tcode/cli/CliModelCo
ReplyClient
src/test/java/com/tcode/runtime/CoreRu
ToolCallingClient
src/test/java/com/tcode/runtime/CoreRu
DangerousToolCallingClient
src/test/java/com/tcode/runtime/CoreRu
RecordingClient
src/test/java/com/tcode/agent/AgentLsp
AbstractOpenAiCompatibleClient
src/main/java/com/tcode/llm/AbstractOp
Calls
no outgoing calls
Tested by
1
deepSeekDerivesParamsFromMillionWindow
Method · 0.52