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

Function getScenarioName

src/commands/agent-llm.ts:582–593  ·  view source on GitHub ↗

* 获取场景名称

(scenario: string)

Source from the content-addressed store, hash-verified

580 * 获取场景名称
581 */
582function getScenarioName(scenario: string): string {
583 switch (scenario) {
584 case 'customer':
585 return '智能客服';
586 case 'code':
587 return '代码助手';
588 case 'assistant':
589 return '智能助手';
590 default:
591 return '智能助手';
592 }
593}
594
595/**
596 * 启动智能客服

Callers 1

startInteractiveChatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected