create an assistant example task

It's ok if this is removed later
This commit is contained in:
Kyle Kelley
2024-04-12 12:34:05 -07:00
parent fa029b038e
commit f0fdd7459f

View File

@@ -3,5 +3,10 @@
"label": "clippy",
"command": "cargo",
"args": ["xtask", "clippy"]
},
{
"label": "assistant2",
"command": "cargo",
"args": ["run", "-p", "assistant2", "--example", "assistant_example"]
}
]