Type alias RoleScopedChatInput

RoleScopedChatInput: {
    content: string;
    role: string;
}

Type declaration

  • content: string
  • role: string