name: get_current_state
你可以通过 get_current_state 工具查看推导任务的当前状态。
derivation_id: 推导任务 ID示例:
{
"derivation_id": "uuid"
}
返回当前状态信息:
{
"loop": 1,
"active_paths": [...],
"edges_to_expand": [...],
"max_rounds": 4,
"top_k_paths": 5,
"can_continue": true
}