Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ summarize
Method
summarize
src/agent/LLMManager.ts:204–207 ·
view source on GitHub ↗
* 文本摘要
(text: string)
Source
from the content-addressed store, hash-verified
202
* 文本摘要
203
*/
204
public
async
summarize(text: string): Promise<string> {
205
const
prompt = `请总结以下内容的要点:\n\n${text}`;
206
return
await
this.chat(prompt);
207
}
208
209
/**
210
* 代码审查
Callers
nothing calls this directly
Calls
1
chat
Method · 0.95
Tested by
no test coverage detected