-
-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathinfo.json
More file actions
43 lines (43 loc) · 990 Bytes
/
info.json
File metadata and controls
43 lines (43 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "AI",
"description": "TanStack AI integration and examples.",
"phase": "add-on",
"modes": ["file-router"],
"type": "add-on",
"category": "tanstack",
"color": "#EC4899",
"priority": 60,
"link": "",
"routes": [
{
"icon": "MessagesSquare",
"url": "/demo/ai-chat",
"name": "Chat",
"path": "src/routes/demo/ai-chat.tsx",
"jsName": "AIChatDemo"
},
{
"icon": "ImageIcon",
"url": "/demo/ai-image",
"name": "Generate Image",
"path": "src/routes/demo/ai-image.tsx",
"jsName": "AIImageDemo"
},
{
"icon": "ChefHat",
"url": "/demo/ai-structured",
"name": "Structured Output",
"path": "src/routes/demo/ai-structured.tsx",
"jsName": "AISturcturedDemo"
}
],
"integrations": [
{
"type": "header-user",
"path": "src/components/demo-AIAssistant.tsx",
"jsName": "TanChatAIAssistant"
}
],
"dependsOn": ["store"],
"variables": []
}