@reconcrap/boss-recommend-mcp 2.0.9 → 2.0.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reconcrap/boss-recommend-mcp",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Unified MCP pipeline for recommend-page filtering and screening on Boss Zhipin",
5
5
  "keywords": [
6
6
  "boss",
@@ -1422,7 +1422,7 @@ export async function callScreeningLlm({
1422
1422
  applyChatCompletionThinking(payload, {
1423
1423
  baseUrl,
1424
1424
  model,
1425
- thinkingLevel: config.llmThinkingLevel || config.thinkingLevel || config.reasoningEffort || "off"
1425
+ thinkingLevel: config.llmThinkingLevel || config.thinkingLevel || config.reasoningEffort || "low"
1426
1426
  });
1427
1427
 
1428
1428
  const controller = new AbortController();