synthesize
Synthesize JSON results into unified summaries using the Qwen2.5:14B model. Transform multiple agent outputs into coherent analysis for monitoring, code generation, or multi-perspective tasks.
Instructions
Standalone synthesis tool - synthesize any JSON results into unified summary.
Uses qwen2.5:14b for accuracy.
results: JSON array of result objects (with 'answer' or 'response' keys)
context: Optional context about what these results are from
Example: synthesize('[{"answer": "CPU at 5%"}, {"answer": "Memory at 20%"}]', "health check")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| context | No |