Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ analyzeSentiment
Method
analyzeSentiment
src/agent/Agent.ts:249–251 ·
view source on GitHub ↗
* 情绪分析
(text: string)
Source
from the content-addressed store, hash-verified
247
* 情绪分析
248
*/
249
public
async
analyzeSentiment(text: string): Promise<string> {
250
return
await
this.llmManager.analyzeSentiment(text);
251
}
252
253
/**
254
* 智能问答
Callers
1
startCustomerService
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected