derivation_complete
Complete and archive a symbolic derivation by attaching clinical context, assumptions, and references, returning the full record with provenance.
Instructions
完成推導並自動存檔
標記推導為完成,返回完整的推導記錄。
Agent 應該提供描述性知識(公式的物理/臨床意義、使用時機等)。
Args:
description: 公式描述(物理/化學/臨床意義)
clinical_context: 臨床應用場景(何時使用這個公式)
assumptions: 推導假設條件
limitations: 使用限制
references: 參考文獻
tags: 標籤(用於分類和搜尋)
auto_save: 是否自動存檔(預設 True)
Returns:
完整推導記錄,包含:
- 最終表達式
- 所有步驟
- 使用的公式及其來源
- 溯源資訊
- 存檔路徑(如果 auto_save=True)
Example:
derivation_complete(
description="Temperature-corrected drug elimination rate combining first-order kinetics with Arrhenius equation",
clinical_context="Use when adjusting drug dosing for febrile patients or hypothermia protocols",
assumptions=["First-order elimination kinetics", "Arrhenius temperature dependence"],
limitations=["Valid only for temperature range 32-42°C", "Assumes linear protein binding"],
references=["Goodman & Gilman Ch.2", "Atkins Physical Chemistry Ch.22"],
tags=["pharmacokinetics", "temperature", "elimination"]
)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| auto_save | No | ||
| references | No | ||
| session_id | No | ||
| assumptions | No | ||
| description | No | ||
| limitations | No | ||
| clinical_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||