撰写测井解释报告,包含8章固定结构:概述、测井质量、处理参数、新技术、成果分析、建议、图表目录、附录。Invoke when user needs to write a well logging interpretation report or mentions any of the 8 chapters.
本 Skill 用于协助撰写专业的测井解释报告,报告采用固定的8章结构,涵盖从基础信息到附录的完整内容。
GET /api/well/{well_id}/basic-infoGET /api/well/{well_id}/quality-evaluationGET /api/well/{well_id}/processing-paramsGET /api/well/{well_id}/appendix-chartsGET /api/well/{well_id}/basic-info
Response: {
"well_name": "",
"well_type": "",
"coordinates": {"x": 0, "y": 0},
"total_depth": 0,
"target_formation": "",
"spud_date": "",
"completion_date": "",
"logging_objective": ""
}
GET /api/well/{well_id}/quality-evaluation
Response: {
"logging_items": [],
"curve_quality": [],
"overall_evaluation": ""
}
GET /api/well/{well_id}/processing-params
Response: {
"interpretation_model": "",
"key_parameters": {},
"processing_flow": []
}
GET /api/well/{well_id}/appendix-charts
Response: {
"charts": [
{"name": "", "type": "", "url": ""}
]
}
Query: 井号 {well_id} 应用的测井新技术
Return: 技术列表及说明
Query: 类似井况 {formation_type} 的历史建议
Return: 历史经验总结