(value: string)
| 32 | const isStreaming = useChatStore((state) => state.streamingAgents.has(toolBlock.toolCallId)) |
| 33 | |
| 34 | const sanitizePreview = (value: string): string => |
| 35 | value.replace(/[#*_`~\[\]()]/g, '').trim() |
| 36 | |
| 37 | if (toolBlock.toolName === 'end_turn') { |
| 38 | return null |