We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6587c33 commit e49e2b0Copy full SHA for e49e2b0
1 file changed
src/services/llm/CLAUDE.md
@@ -26,7 +26,7 @@ We use a multi-vote system to improve accuracy:
26
- **Assign**: 3-way majority vote with fixed temperatures [0.3, 0.7, 1.0]
27
28
## Gotchas & Rules
29
-- **Non-Streaming**: Structured outputs require `stream: false`
+- **Streaming**: Structured outputs support streaming when enabled via `streaming: true` in client options
30
- **Sparse Assign Format**: Assign uses `{"0": "A", "5": "B"}` not line-by-line format
31
- **Record Syntax**: Zod 4 requires 2-arg `z.record(keySchema, valueSchema)`
32
- **No JSON Repair**: Structured outputs guarantee valid JSON - no repair logic needed
0 commit comments