|  | @@ -73,7 +73,7 @@ const PromptValuePanel: FC<IPromptValuePanelProps> = ({
 | 
	
		
			
				|  |  |            {
 | 
	
		
			
				|  |  |              (promptTemplate && promptTemplate?.trim()) ? (
 | 
	
		
			
				|  |  |                <div
 | 
	
		
			
				|  |  | -                className="max-h-48 overflow-y-auto text-sm text-gray-700"
 | 
	
		
			
				|  |  | +                className="max-h-48 overflow-y-auto text-sm text-gray-700 break-all"
 | 
	
		
			
				|  |  |                  dangerouslySetInnerHTML={{
 | 
	
		
			
				|  |  |                    __html: format(replaceStringWithValuesWithFormat(promptTemplate, promptVariables, inputs)),
 | 
	
		
			
				|  |  |                  }}
 |