MCPcopy Create free account
hub / github.com/echoVic/blade-code / getModelDescription

Function getModelDescription

src/config/defaults.ts:219–222  ·  view source on GitHub ↗
(provider: 'qwen' | 'volcengine', modelId: string)

Source from the content-addressed store, hash-verified

217 * 获取模型说明
218 */
219export function getModelDescription(provider: 'qwen' | 'volcengine', modelId: string): string {
220 const descriptions = MODEL_DESCRIPTIONS[provider];
221 return descriptions[modelId as keyof typeof descriptions] || modelId;
222}
223
224/**
225 * 获取所有模型及其说明

Callers 3

agentLlmCommandFunction · 0.85
llmCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected