Commit 3a6b0f0
Make path argument required on /learn (#1012)
* Add dialog pop-up if no parameter is given for /learn
* lint and improve wording
* Update packages/jupyter-ai/src/components/chat-input.tsx
Co-authored-by: Michał Krassowski <[email protected]>
* Update packages/jupyter-ai/src/components/chat-input.tsx
Co-authored-by: Michał Krassowski <[email protected]>
* add else clause
* remove warning
* /learn arg.path required, remove warning
* Update packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Co-authored-by: Michał Krassowski <[email protected]>
* Update packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Co-authored-by: Michał Krassowski <[email protected]>
* Update packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Co-authored-by: david qiu <[email protected]>
* remove debugging print
---------
Co-authored-by: Michał Krassowski <[email protected]>
Co-authored-by: david qiu <[email protected]>1 parent 278dede commit 3a6b0f0
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
180 | 190 | | |
181 | 191 | | |
182 | 192 | | |
| |||
0 commit comments