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

Function isTimeSensitiveWebQuery

src/server.js:2262–2264  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

2260}
2261
2262function isTimeSensitiveWebQuery(text) {
2263 return /(最近|最新|现在|今天|本周|本月|版本|补丁|更新|新闻|热搜|刚出|新出的|什么时候上线|什么时候更新)/i.test(String(text || ""));
2264}
2265
2266async function searchWikipedia(query, signal) {
2267 const wikipediaQuery = buildWikipediaQuery(query);

Callers 1

buildWebQueryVariantsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected