// SPDX-License-Identifier: MIT // Copyright contributors to the openassistant project import type { TextAreaProps } from '@heroui/react'; import React from 'react'; import { Textarea } from '@heroui/react'; const PromptInput = React.forwardRef( ({ classNames = {}, ...props }, ref) => { return (