4 Commits

Author SHA1 Message Date
Krishna Kumar
2119b7bf23 Fix Stage 1 field name consistency - use 'response' instead of 'content'
The MCP server was reading 'content' but the deployed API returns 'response'
for Stage 1 results. This caused empty responses in the iOS app.
2025-12-30 04:28:24 -06:00
Krishna Kumar
2b2207035c Fix ResponseValidationError: change response field to content
FastAPI validation was failing because stage1 results used 'response'
field but Pydantic expected 'content'. Changed field name in:
- stage1_collect_responses: returns content instead of response
- stage2_collect_rankings: references result['content']
- stage3_synthesize_final: references result['content']
- MCP server: reads resp.get("content", "") for content_blocks
2025-12-30 03:54:02 -06:00
karpathy
827bfd3d3e Label maker add 2025-11-22 15:08:53 -08:00
karpathy
eb0eb26f4c v0 2025-11-22 14:27:53 -08:00