MCPcopy
hub / github.com/7836246/cursor2api / dim

Function dim

test/e2e-chat.mjs:26–26  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

24const err = (s) => `${C.red}❌ ${s}${C.reset}`;
25const hdr = (s) => `\n${C.bold}${C.cyan}━━━ ${s} ━━━${C.reset}`;
26const dim = (s) => `${C.dim}${s}${C.reset}`;
27
28// ─── 请求辅助 ───────────────────────────────────────────────────────────────
29async function chat(messages, { tools, stream = false, label } = {}) {

Callers 2

testFunction · 0.70
e2e-chat.mjsFile · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56