Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ maxContextWindow
Method
maxContextWindow
src/main/java/com/tcode/llm/LlmClient.java:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
String getProviderName();
18
19
default
int
maxContextWindow() {
20
return
128_000;
21
}
22
Callers
10
glmDerivesParamsFrom200kWindow
Method · 0.65
deepSeekDerivesParamsFromMillionWindow
Method · 0.65
nullClientFallsBackToReasonableDefault
Method · 0.65
MemoryManager
Method · 0.65
applyContextProfile
Method · 0.65
format
Method · 0.65
from
Method · 0.65
statusInfo
Method · 0.65
getContextStatus
Method · 0.65
pushStatus
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
3
glmDerivesParamsFrom200kWindow
Method · 0.52
deepSeekDerivesParamsFromMillionWindow
Method · 0.52
nullClientFallsBackToReasonableDefault
Method · 0.52