From 481ae0c24785a1798a0445a2a982acce6db7e4f2 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 22 Feb 2024 19:12:22 +0200 Subject: Added the ability to Ask in context of the block only instead of the whole page --- src/App.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx index 230bc80..6ec660a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,10 +10,11 @@ import { useAppVisible } from "./utils"; const options = [ 'Ask ai', - 'Ask with context', + 'Ask with page context', + 'Ask with block context', 'Define', 'Divide into subtasks', - 'Summarize', + 'Summarize Page', 'Summarize Block', 'Convert to flash card', ]; -- cgit v1.2.3