@@ -32,13 +32,15 @@ export const featureConfig: FeatureConfig[] = [
3232 createFeatureConfig ( {
3333 id : "human_in_the_loop" ,
3434 name : "Human in the loop" ,
35- description : "Plan a task together and direct the Copilot to take the right steps" ,
35+ description :
36+ "Plan a task together and direct the Copilot to take the right steps" ,
3637 tags : [ "HITL" , "Interactivity" ] ,
3738 } ) ,
3839 createFeatureConfig ( {
3940 id : "agentic_generative_ui" ,
4041 name : "Agentic Generative UI" ,
41- description : "Assign a long running task to your Copilot and see how it performs!" ,
42+ description :
43+ "Assign a long running task to your Copilot and see how it performs!" ,
4244 tags : [ "Generative ui (agent)" , "Long running task" ] ,
4345 } ) ,
4446 createFeatureConfig ( {
@@ -56,7 +58,8 @@ export const featureConfig: FeatureConfig[] = [
5658 createFeatureConfig ( {
5759 id : "predictive_state_updates" ,
5860 name : "Predictive State Updates" ,
59- description : "Use collaboration to edit a document in real time with your Copilot" ,
61+ description :
62+ "Use collaboration to edit a document in real time with your Copilot" ,
6063 tags : [ "State" , "Streaming" , "Tools" ] ,
6164 } ) ,
6265 createFeatureConfig ( {
@@ -68,7 +71,8 @@ export const featureConfig: FeatureConfig[] = [
6871 createFeatureConfig ( {
6972 id : "subgraphs" ,
7073 name : "Subgraphs" ,
71- description : "Have your tasks performed by multiple agents, working together" ,
74+ description :
75+ "Have your tasks performed by multiple agents, working together" ,
7276 tags : [ "Chat" , "Multi-agent architecture" , "Streaming" , "Subgraphs" ] ,
7377 } ) ,
7478 createFeatureConfig ( {
@@ -77,6 +81,12 @@ export const featureConfig: FeatureConfig[] = [
7781 description : "Chat with your Copilot and call frontend tools" ,
7882 tags : [ "Chat" , "Tools" , "Streaming" ] ,
7983 } ) ,
84+ createFeatureConfig ( {
85+ id : "vnext_chat" ,
86+ name : "VNext Chat" ,
87+ description : "Chat based on CopilotKit vnext" ,
88+ tags : [ "Chat" , "VNext" , "Streaming" ] ,
89+ } ) ,
8090] ;
8191
8292export default featureConfig ;
0 commit comments