We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf7117 commit 1b5d9baCopy full SHA for 1b5d9ba
packages/jupyter-ai-magics/jupyter_ai_magics/models/completion.py
@@ -14,7 +14,7 @@ class InlineCompletionRequest(BaseModel):
14
number: int
15
# prefix should include full text of the current cell preceding the cursor
16
prefix: str
17
- # suffix should include full text of the current cell preceding the cursor
+ # suffix should include full text of the current cell following the cursor
18
suffix: str
19
# media type for the current language, e.g. `text/x-python`
20
mime: str
0 commit comments