diff --git a/frontend/ai.client/src/app/session/components/chat-input/agent-mention-menu.component.ts b/frontend/ai.client/src/app/session/components/chat-input/agent-mention-menu.component.ts index fe14e896..ded1a94d 100644 --- a/frontend/ai.client/src/app/session/components/chat-input/agent-mention-menu.component.ts +++ b/frontend/ai.client/src/app/session/components/chat-input/agent-mention-menu.component.ts @@ -1,4 +1,13 @@ -import { ChangeDetectionStrategy, Component, computed, input, output } from '@angular/core'; +import { + ChangeDetectionStrategy, + Component, + ElementRef, + computed, + effect, + input, + output, + viewChild, +} from '@angular/core'; import { NgIcon, provideIcons } from '@ng-icons/core'; import { heroArrowRight } from '@ng-icons/heroicons/outline'; import { AgentIconComponent } from '../../../agents/components/agent-icon.component'; @@ -31,6 +40,7 @@ import { MentionableAgent } from '../../../agents/services/agent-mention.service class="absolute bottom-full left-0 z-20 mb-2 w-full max-w-md overflow-hidden rounded-2xl border border-gray-200 bg-white shadow-xl dark:border-gray-700 dark:bg-gray-800" >