fix: add raw_output to signal processing fallback

Preserves the LLM's natural language output in the fallback JSON
when JSON parsing fails, for debugging and manual review.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
David Tseng 2026-03-23 13:53:17 +08:00
parent 30ec613264
commit d1931c308f
1 changed files with 1 additions and 0 deletions

View File

@ -68,4 +68,5 @@ Respond with ONLY valid JSON, no other text. Example:
"edge": None,
"position_size": None,
"confidence": None,
"raw_output": result,
})