chore(template): sync .w4c/project.json
This commit is contained in:
parent
ec8f94939d
commit
4c123b0020
14
.w4c/project.json
Normal file
14
.w4c/project.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"schema": 1,
|
||||
"name": "AI Agent App",
|
||||
"description": "A chat app around an LLM agent with tool calling, retrieval over your documents and streaming answers.",
|
||||
"agentId": "w4c-startup",
|
||||
"tags": [
|
||||
"ai",
|
||||
"llm",
|
||||
"rag"
|
||||
],
|
||||
"source": {
|
||||
"template": "wiz4apps/templates.AIAgent"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue