(filePath)
| 669 | } |
| 670 | |
| 671 | function buildFileDownloadUrl(filePath) { |
| 672 | return `${state.API_BASE}/api/files?path=${encodeURIComponent(filePath)}`; |
| 673 | } |
| 674 | |
| 675 | function getOrCreateThinkingBlock() { |
| 676 | const children = Array.from(currentAssistantMsg.children).filter( |