Skip to content

Commit 71c4c07

Browse files
Update docs/migrate_from_openai_apps.md
Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
1 parent 14e6dd4 commit 71c4c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migrate_from_openai_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This guide helps you migrate from the OpenAI Apps SDK (`window.openai.*`) to the
8080
| OpenAI | MCP Apps | Notes |
8181
| ------------------------------------- | -------- | ----------------------------------------------- |
8282
| `window.openai.widgetState` || Not directly available in MCP |
83-
| `window.openai.setWidgetState(state)` || Use framework state (React, localStorage, etc.) |
83+
| `window.openai.setWidgetState(state)` || Use alternative mechanisms (`localStorage`, server-side state, etc.) |
8484

8585
## File Operations (Not Yet in MCP Apps)
8686

0 commit comments

Comments
 (0)