openai/chatkit-python

Public

mirrored from https://github.com/openai/chatkit-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.5.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

tests/assets/widgets/basic_root.json

21lines · modeblame

e03c83d9Jiwon Kim7 months ago1{
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}