Type alias BaseChatMessage<R>

BaseChatMessage<R>: {
    content: string;
    role: R;
}

Type Parameters

Type declaration

  • content: string
  • role: R

Generated using TypeDoc