{aiEditorState.selectedTool === 'Writer' &&
Write about...
}
{aiEditorState.selectedTool === 'ContinueWriting' &&
{
handleOperation(aiEditorState.selectedTool, aiEditorState.chatInputValue)
}} className='flex cursor-pointer space-x-1.5 p-4 items-center bg-white/10 rounded-md outline outline-1 outline-neutral-200/20 text-2xl font-semibold text-white/70 hover:bg-white/20 hover:outline-neutral-200/40 delay-75 ease-linear transition-all'>
}
)
}
export default AIEditorToolkit