@wu529778790/open-im 1.8.1-beta.2 → 1.8.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -118,6 +118,7 @@ export class ClaudeSDKAdapter {
|
|
|
118
118
|
log.warn('Claude SDK: No API credentials found in environment variables');
|
|
119
119
|
}
|
|
120
120
|
log.info(`[V2] Session: ${sessionId ?? 'new'}, prompt="${prompt.slice(0, 50)}..."`);
|
|
121
|
+
log.info(`ClaudeSDK model param=${String(options?.model ?? '')} baseUrl=${process.env.ANTHROPIC_BASE_URL ?? '(default)'}`);
|
|
121
122
|
// 获取或创建会话
|
|
122
123
|
const { session } = await getOrCreateSession(sessionId, workDir, options?.model, permissionMode);
|
|
123
124
|
// 发送用户消息
|