MCPcopy Create free account
hub / github.com/Epic0522/Codex-Remote-Contact / isDefinitionStyleQuery

Function isDefinitionStyleQuery

src/server.js:2245–2247  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

2243}
2244
2245function isDefinitionStyleQuery(query) {
2246 return /(是什么意思|什么意思|啥意思|什么梗|啥梗|定义|百科|出处|来源|是什么)/i.test(String(query || ""));
2247}
2248
2249function stripSearchLeadWords(query) {
2250 return String(query || "")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected