feat: organize project conversations and add coding teacher side chat
This commit is contained in:
@@ -34,6 +34,7 @@ export interface CodingProjectConfig {
|
||||
schemaVersion: 2;
|
||||
projectType: ProjectType;
|
||||
projectId?: string;
|
||||
defaultAgentId?: string;
|
||||
initialized: boolean;
|
||||
agents: CodingProjectAgent[];
|
||||
knowledgeDirectory: 'knowledge';
|
||||
|
||||
Reference in New Issue
Block a user