Remove ccreq check

pull/237369/head
Rob Lourens 2025-01-06 19:17:09 -08:00
parent 6b627e07a7
commit a34d431a74
1 changed files with 0 additions and 4 deletions

View File

@ -69,10 +69,6 @@ export class ChatVariablesService implements IChatVariablesService {
const resolvedAttachedContext: IChatRequestVariableEntry[] = [];
attachedContextVariables
?.forEach((attachment, i) => {
if (attachment.value instanceof URI && attachment.value.scheme === 'ccreq') {
return;
}
const data = this._resolver.get(attachment.name?.toLowerCase());
if (data) {
const references: IChatContentReference[] = [];