feat: recover evolving threads from freeform notes
This commit is contained in:
@@ -577,6 +577,12 @@ function EventPayload({ event }: { event: AgentEvent }) {
|
||||
{String(assessment.motion ?? "")}
|
||||
</span>
|
||||
<p>{String(assessment.position ?? "")}</p>
|
||||
{Array.isArray(assessment.supporting_fragment_ids) &&
|
||||
assessment.supporting_fragment_ids.length > 0 && (
|
||||
<small>
|
||||
同时补回 {assessment.supporting_fragment_ids.length} 条早期记录
|
||||
</small>
|
||||
)}
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user