()
| 312 | } |
| 313 | |
| 314 | const handleCopy = () => { |
| 315 | navigator.clipboard.writeText(localPrompt) |
| 316 | } |
| 317 | |
| 318 | const charCount = localPrompt.length |
| 319 | const isModified = localPrompt !== customSystemPrompt |
nothing calls this directly
no outgoing calls
no test coverage detected