openai/chatkit-python

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
d14ce4602e2002ef97ccff685ec14fb27c49c94c

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}
22