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