(image)
| 150 | |
| 151 | // imageFileDone - show image in chat |
| 152 | const handleImageFileDone = (image) => { |
| 153 | appendToLastMessage(`\n\n`); |
| 154 | } |
| 155 | |
| 156 | // toolCallCreated - log new tool call |
| 157 | const toolCallCreated = (toolCall) => { |
nothing calls this directly
no test coverage detected