Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ getModelName
Method
getModelName
src/main/java/com/tcode/llm/LlmClient.java:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
ChatResponse chat(List<Message> messages, List<Tool> tools, StreamListener listener) throws IOException;
14
15
String getModelName();
16
17
String getProviderName();
18
Callers
9
openPalette
Method · 0.95
dispatch
Method · 0.95
logReasoning
Method · 0.65
StatusPane
Method · 0.65
printStatus
Method · 0.65
startupScreenInfo
Method · 0.65
statusInfo
Method · 0.65
modelLabel
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
no test coverage detected