diff options
Diffstat (limited to 'docs/docs')
| -rw-r--r-- | docs/docs/concepts/autopilot.md | 2 | ||||
| -rw-r--r-- | docs/docs/concepts/ide.md | 12 | 
2 files changed, 7 insertions, 7 deletions
| diff --git a/docs/docs/concepts/autopilot.md b/docs/docs/concepts/autopilot.md index f3ed6fc9..71090eb0 100644 --- a/docs/docs/concepts/autopilot.md +++ b/docs/docs/concepts/autopilot.md @@ -21,7 +21,7 @@ The Autopilot class is the center of Continue. Every step is initiated from the  ---
  - An autopilot takes user input from the React app
 -- You can see this happening in `server/notebook.py`
 +- You can see this happening in `server/gui.py`
  - It basically queues user inputs, pops off the most recent, runs that as a "UserInputStep", uses its Policy to run other steps until the next step is None, and then pops off the next user input. When nothing left, just waits for more
  - `Autopilot` contains the
    - History
 diff --git a/docs/docs/concepts/ide.md b/docs/docs/concepts/ide.md index dc20518e..1816d09b 100644 --- a/docs/docs/concepts/ide.md +++ b/docs/docs/concepts/ide.md @@ -41,9 +41,9 @@ Get the workspace directory  Set whether a file is open
 -### openNotebook
 +### openGUI
 -Open a notebook
 +Open a gui
  ### showSuggestionsAndWait
 @@ -61,13 +61,13 @@ Called when a traceback is received  Called when a file system update is received
 -### onCloseNotebook
 +### onCloseGUI
 -Called when a notebook is closed
 +Called when a gui is closed
 -### onOpenNotebookRequest
 +### onOpenGUIRequest
 -Called when a notebook is requested to be opened
 +Called when a gui is requested to be opened
  ### getOpenFiles
 | 
