ai/ai-chat/ai-chat-message-action.component.ts

Description

An action button that can be added to chat messages. Typically used for actions like copying, regenerating, or providing feedback on messages.

Example

Metadata

Relationships

Depends on

@if (!custom) {
  <button
    class="btn btn-dot text-muted"
    [attr.aria-label]="tooltip | translate"
    [tooltip]="tooltip | translate"
    [adaptivePosition]="true"
    [delay]="500"
    (click)="actionClicked.emit()"
    [disabled]="disabled"
  >
    <i
      class="text-12"
      [c8yIcon]="icon"
    ></i>
  </button>
} @else {
  <ng-content></ng-content>
}

results matching ""

    No results matching ""