Support exclude paths in manual context management (#774)
This commit is contained in:
@@ -8,6 +8,7 @@ export function validateChatContext(chatContext: unknown): AppChatContext {
|
||||
return {
|
||||
contextPaths: [],
|
||||
smartContextAutoIncludes: [],
|
||||
excludePaths: [],
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +21,7 @@ export function validateChatContext(chatContext: unknown): AppChatContext {
|
||||
return {
|
||||
contextPaths: [],
|
||||
smartContextAutoIncludes: [],
|
||||
excludePaths: [],
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user