summaryrefslogtreecommitdiff
path: root/docs/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs')
-rw-r--r--docs/docs/concepts/core.md5
-rw-r--r--docs/docs/concepts/llm.md2
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/docs/concepts/core.md b/docs/docs/concepts/core.md
index eb7ab15c..d6f6d7f7 100644
--- a/docs/docs/concepts/core.md
+++ b/docs/docs/concepts/core.md
@@ -9,11 +9,12 @@ The `Continue Core` connects the [SDK](./sdk.md) and [GUI](./gui.md) with the [I
## What else to know
The `Core` includes
+
- IDE protocol
- GUI protocol
- SDK
-- Agent
+- Autopilot
There is a two-way sync between an IDE and the GUI that happens through Core.
-**Q: does this make sense as a concept?** \ No newline at end of file
+**Q: does this make sense as a concept?**
diff --git a/docs/docs/concepts/llm.md b/docs/docs/concepts/llm.md
index ec938877..3389771b 100644
--- a/docs/docs/concepts/llm.md
+++ b/docs/docs/concepts/llm.md
@@ -13,4 +13,4 @@ An `LLM` is short for Large Language Model, which includes models like GPT-4, St
**Q: should we call this LLM? Perhaps just model?**
-**Q: should this abstraction be connected to agent?** \ No newline at end of file
+**Q: should this abstraction be connected to autopilot?**