Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Bistutu/FluentRead
/ contentPostHandler
Function
contentPostHandler
entrypoints/utils/check.ts:100–105 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
98
}
99
100
export
function
contentPostHandler(text: string) {
101
// 替换掉<think>与</think>之间的内容
102
let
content = text;
103
content = content.replace(/^<think>[\s\S]*?<\/think>/,
""
);
104
return
content;
105
}
Callers
6
common
Function · 0.90
azureOpenai
Function · 0.90
deepseek
Function · 0.90
newapi
Function · 0.90
custom
Function · 0.90
grok
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected