Commit 4559291
committed
docs: update Perplexity adapter pages to ToolAdapter (D-13)
Class 4B paired docs commit for SR-003 (loop-engine
`6843194`). Updates the five MDX pages that referenced the
`LLMAdapter` interface to instead reference `ToolAdapter`,
matching the post-rename source state in
`@loop-engine/core`. The five pages:
- `content/docs/integrations/index.mdx`
- `content/docs/changelog.mdx` (Unreleased section only;
becomes the 1.0.0-rc.0 entry)
- `content/docs/ai-and-automation/ai-as-actor.mdx` (two
references)
- `content/docs/integrations/perplexity.mdx`
- `content/docs/packages/adapter-perplexity.mdx`
The four other AI provider pages (Anthropic / OpenAI / Gemini /
Grok) are untouched here. Their re-homing onto `ActorAdapter`
is a separate Phase A.3 work item (D-13 secondary; not part of
SR-003's narrow scope).
Verification: `npx tsc --noEmit` green; `pnpm lint` green;
`pnpm build` green (12+ routes prerendered, no MDX parse
errors).
Surface-Reconciliation-Id: SR-0031 parent 41d6f1a commit 4559291
5 files changed
Lines changed: 7 additions & 7 deletions
File tree
- content/docs
- ai-and-automation
- integrations
- packages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments