diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-02-22 19:12:22 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-02-22 19:12:22 +0200 |
| commit | 481ae0c24785a1798a0445a2a982acce6db7e4f2 (patch) | |
| tree | a196dc99bc09b0ffe6a01a99d45b5efab0bf9e4d /src/App.tsx | |
| parent | 4f1971020d43d0958973712212f17bd9d51a1834 (diff) | |
| download | ollama-logseq-481ae0c24785a1798a0445a2a982acce6db7e4f2.tar.xz ollama-logseq-481ae0c24785a1798a0445a2a982acce6db7e4f2.zip | |
Added the ability to Ask in context of the block only instead of the whole page
Diffstat (limited to 'src/App.tsx')
| -rw-r--r-- | src/App.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
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', ]; |
