MCPcopy 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

openPaletteMethod · 0.95
dispatchMethod · 0.95
logReasoningMethod · 0.65
StatusPaneMethod · 0.65
printStatusMethod · 0.65
startupScreenInfoMethod · 0.65
statusInfoMethod · 0.65
modelLabelMethod · 0.65
pushStatusMethod · 0.65

Implementers 6

StubLlmClientsrc/test/java/com/tcode/cli/CliModelCo
ReplyClientsrc/test/java/com/tcode/runtime/CoreRu
ToolCallingClientsrc/test/java/com/tcode/runtime/CoreRu
DangerousToolCallingClientsrc/test/java/com/tcode/runtime/CoreRu
RecordingClientsrc/test/java/com/tcode/agent/AgentLsp
AbstractOpenAiCompatibleClientsrc/main/java/com/tcode/llm/AbstractOp

Calls

no outgoing calls

Tested by

no test coverage detected