MCPcopy Create free account
hub / github.com/OperationT00/T-Code / modelLabel

Method modelLabel

src/main/java/com/tcode/agent/Agent.java:428–431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426 }
427
428 private String modelLabel() {
429 if (llmClient == null) return "(no model)";
430 return llmClient.getModelName() + " (" + llmClient.getProviderName() + ")";
431 }
432
433 private int estimateToolsSchemaTokens() {
434 try {

Callers 1

getContextStatusMethod · 0.95

Calls 2

getModelNameMethod · 0.65
getProviderNameMethod · 0.65

Tested by

no test coverage detected