Remove ccreq check
parent
6b627e07a7
commit
a34d431a74
|
@ -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[] = [];
|
||||
|
|
Loading…
Reference in New Issue