setQuery(e.target.value)}
- onKeyDown={handleKeyPress}
- placeholder={prompt}
- id="QueryInput"
- />
+
+ setQuery(e.target.value)}
+ onKeyDown={handleKeyPress}
+ placeholder={prompt}
+ />
+
}
@@ -585,7 +604,7 @@ const Conversation = forwardRef(({
}
-