-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I landed here coming from the ChatGPT apps and I was searching for an existing Issue or specification proposal that permits the me to persist a UI-Only widget state.
Useful both for rehydratation of the template and hiding information sensible to the user from the model and still display them in the UI (eg. bank account id)
It would be very useful to approach the problem as ChatGPT Apps SDK does:
- Persist a message level widget state mutable through the
setWidgetStateprimitive - Provide an hook (in mcp apps case a jsonrpc call) that let the template be aware on state change/rehydratation
- Distinguish
privateContentnot visible to the model but persisted into the state frommodelContent(link to apps sdk doc)

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request