Назад к списку
📚Ресурсы

OpenAI Structured Outputs Sample: Generative UI

OpenAI

О материале

Официальный sample app OpenAI, показывающий практический путь к Generative UI через structured outputs. Демо использует recursive component schema и tool `generate_ui`, чтобы model responses могли стримить надежные UI definitions вместо одного текста, сохраняя multi-turn conversations и automatic tool execution.

Краткое содержание

Почему этот sample стоит добавить:

1. Официальная implementation reference: Показывает, как OpenAI описывает динамический UI generation в коде, а не только концептуально
2. Structured-output angle: Полезно командам, которым нужна надежность выше, чем freeform HTML или loosely shaped JSON
3. Recursive rendering pattern: Демонстрирует конкретный component-schema подход к rendering model-generated interfaces
4. Conversation + UI together: Покрывает multi-turn chat, tool execution и streamed UI в компактном example
5. Польза для коллекции: High-signal bridge между model output control и реальной Generative UI implementation

Теги

openaistructured-outputssamplereactofficial
Открыть ресурс

Похожие материалы

📚Ресурсы

Harness4GenUI 2026: Engineering Foundations for Generative UI

Official ASE 2026 workshop dedicated to the software-engineering foundations of Generative UI. Harness4GenUI frames dynamic interfaces as runtime systems and organizes work around stable context models, UI schemas, rendering contracts, testing, observability, safety, and governance rather than generation quality alone.

genuiharness-engineeringsoftware-architecture
от ASE 2026 · 2026-10
Открыть ресурс
📚Ресурсы

dsh-genui: Streaming Interactive UI for DeepSeek Harness

Open-source DeepSeek Harness plugin that turns structured `dsh-ui` fences into interactive interface elements streamed inside assistant replies. It provides more than 30 whitelisted components, bidirectional actions, persistent panels, local form and quiz behavior, accessibility support, and guarded rendering without allowing arbitrary HTML or scripts.

genuideepseek-harnessstreaming-ui
от omdsh-dev · 2026-08
Открыть ресурс
📚Ресурсы

AppLess: A Generative UI Phone with No Apps

Open-source React Native experiment from the OpenUI team where every mobile screen is generated on demand and streamed into native Cupertino or Material 3 components. AppLess uses a shared component contract, the compact openui-lang DSL, speculative screen prefetching, and optional web and image tools to explore what an app-free Generative UI operating system could feel like.

react-nativeopenuinative-ui
от Thesys · 2026-07
Открыть ресурс

Подборка ресурсов по Generative UI, GenUI и генеративным интерфейсам.

Сделано с ❤️ сообществом