Commit Graph

5 Commits

Author SHA1 Message Date
duwanze 632ed64829 fix: improve JSON parsing robustness in chat_json and plan_outline fallback
- Add multi-strategy JSON parsing in llm_client.chat_json (control char removal, nested JSON extraction, single-quote fix, markdown code block handling)
- Add ValueError-specific handler in plan_outline to extract JSON from error messages before falling back
2026-06-16 09:03:23 +08:00
duwanze db5b958e50 feat: add neo4j search and chinese readme 2026-06-16 09:03:23 +08:00
duwanze 81c0ab7cca fix: skip response_format parameter for MiniMax models
MiniMax API does not support the response_format parameter with
json_object type, causing 400 errors. Added model name detection
to conditionally skip this parameter for MiniMax models.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-16 09:02:11 +08:00
666ghj 985f89f49a fix: resolve 500 error caused by <think> tags and markdown code fences in content field from reasoning models like MiniMax/GLM 2026-03-06 00:30:31 +08:00
666ghj 08f417f3b7 Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction. 2025-11-28 17:21:08 +08:00