refactor(llm): rename CallId to ToolCallId

This commit is contained in:
_Kerman
2026-08-21 16:10:24 +08:00
parent 8cf2445f11
commit a789637db6
186 changed files with 1013 additions and 1013 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ type EventEnvelopeTypeName = typeof EVENT_ENVELOPE_TYPE_NAMES[number]
/** Primary subsystems page for linked payload types. */
const LINK_MAP: Record<string, string> = {
CallId: 'core.md',
ToolCallId: 'core.md',
ContentBlock: 'core.md',
MessageSource: 'core.md',
ScheduleChange: 'schedule.md',