Commit 0fbc3f6
committed
docs: correct the plugin pages against the current code
A sweep over the plugin documentation, checking every factual claim against the backend and the frontend that consumes it, plus the pages elsewhere that repeat those facts.
The corrections that change what a reader would write: the Action return contract, where every example returned a bare content dictionary that the frontend ignores, so the examples silently did nothing; the confirmation and input examples that used the event emitter instead of the event caller and therefore could never receive an answer; the code execution example that was Python in a slot that runs JavaScript in the browser; a metadata field used on two pages to tell WebUI requests from API ones that has never existed; the Responses API stream event shape, which was undocumented, along with the fact that editing only the deltas is undone before the message is saved; and reserved arguments whose type, shape or hook scope was wrong.
Also refreshed against renamed UI (Integrations, Model Defaults, Import From Link, the iframe sandbox toggles), removed a citation flag that has done nothing since the 2025 tools refactor, corrected the event caller timeout, which has no default rather than 300 seconds and returns an error dictionary rather than raising, and documented that a function whose module fails to load is switched off automatically.1 parent 1fb467d commit 0fbc3f6
25 files changed
Lines changed: 296 additions & 264 deletions
File tree
- docs
- ecosystem/knowledge-base-sync
- features
- chat-conversations/chat-features/code-execution
- extensibility
- plugin
- development
- functions
- migration
- tools
- openapi-servers
- getting-started/quick-start/connect-a-provider
- reference
- troubleshooting
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
0 commit comments