openai/chatkit-python

Public

mirrored fromhttps://github.com/openai/chatkit-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f43533b0dad1fc1013dbc615dd4bc192d484b94e

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

tests/assets/widgets/basic_root.json

21lines · modecode

1{
2 "type": "Basic",
3 "children": [
4 {
5 "type": "Col",
6 "gap": 1,
7 "children": [
8 {
9 "type": "Title",
10 "value": "Harry Potter",
11 "size": "sm"
12 },
13 {
14 "type": "Text",
15 "value": "The boy who lived",
16 "size": "sm"
17 }
18 ]
19 }
20 ]
21}