MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / UITemplate

Class UITemplate

apps/agent/src/templates.py:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class UITemplate(TypedDict, total=False):
10 id: str
11 name: str
12 description: str
13 html: str
14 data_description: str
15 created_at: str
16 version: int
17 component_type: Optional[str]
18 component_data: Optional[dict[str, Any]]
19
20
21# Built-in seed templates — must stay in sync with apps/app/src/components/template-library/seed-templates.ts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected