openai/chatkit-python
Publicmirrored fromhttps://github.com/openai/chatkit-pythonAvailable
tests/assets/widgets/card_with_data.json
56lines · modecode
| 1 | { |
| 2 | "type": "Card", |
| 3 | "size": "md", |
| 4 | "children": [ |
| 5 | { |
| 6 | "type": "Row", |
| 7 | "children": [ |
| 8 | { |
| 9 | "type": "Text", |
| 10 | "value": "#proj-chatkit" |
| 11 | }, |
| 12 | { |
| 13 | "type": "Spacer" |
| 14 | }, |
| 15 | { |
| 16 | "type": "Text", |
| 17 | "value": "4:48 PM", |
| 18 | "color": "tertiary" |
| 19 | } |
| 20 | ] |
| 21 | }, |
| 22 | { |
| 23 | "type": "Divider", |
| 24 | "flush": true |
| 25 | }, |
| 26 | { |
| 27 | "type": "Row", |
| 28 | "align": "start", |
| 29 | "gap": 4, |
| 30 | "children": [ |
| 31 | { |
| 32 | "type": "Image", |
| 33 | "src": "/pam.png", |
| 34 | "size": 44 |
| 35 | }, |
| 36 | { |
| 37 | "type": "Col", |
| 38 | "children": [ |
| 39 | { |
| 40 | "type": "Text", |
| 41 | "value": "Pam Beesly", |
| 42 | "weight": "semibold" |
| 43 | }, |
| 44 | { |
| 45 | "type": "Markdown", |
| 46 | "value": "End of week update for ChatKit:\n\n1. Designed **new header system** with more flexibility for custom menu actions.\n2. Made progress on **DevDay training material**.\n3. Coordinated with partners to **prioritize remaining feature requirements**.\n\n**Next week** I plan to focus on building out our Figma library and updating to new icons." |
| 47 | } |
| 48 | ] |
| 49 | } |
| 50 | ] |
| 51 | }, |
| 52 | { |
| 53 | "type": "Spacer" |
| 54 | } |
| 55 | ] |
| 56 | } |
| 57 | |