MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / warn

Function warn

packages/node-runtime/src/ai/chats.ts:102–104  ·  view source on GitHub ↗
(_category, message, extra)

Source from the content-addressed store, hash-verified

100
101const defaultLogger: AIChatManagerLogger = {
102 warn(_category, message, extra) {
103 console.warn(`[AI Chats] ${message}`, extra ?? '')
104 },
105}
106
107// ==================== AIChatManager ====================

Callers 1

assertDataDirCompatibleFunction · 0.50

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected