File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,14 +356,14 @@ export function ToolReference() {
356356
357357 < div className = "bg-base rounded-lg p-4" >
358358 < h4 className = "text-heading font-bold mb-2" > 注册和调度</ h4 >
359- < div className = "text-xs font-mono space-y-1 text-body" >
360- < div className = "flex justify-between" >
361- < code > packages/core/src/config/config.ts#createToolRegistry()</ code >
359+ < div className = "text-xs font-mono space-y-2 text-body" >
360+ < div >
362361 < span className = "text-heading" > 组装 ToolRegistry</ span >
362+ < div className = "text-dim mt-0.5 break-all" > config.ts#createToolRegistry()</ div >
363363 </ div >
364- < div className = "flex justify-between" >
365- < code > packages/core/src/core/coreToolScheduler.ts</ code >
364+ < div >
366365 < span className = "text-heading" > 工具调度器</ span >
366+ < div className = "text-dim mt-0.5 break-all" > core/coreToolScheduler.ts</ div >
367367 </ div >
368368 </ div >
369369 </ div >
You can’t perform that action at this time.
0 commit comments