This commit is contained in:
Ibis Prevedello 2023-03-07 16:52:49 -03:00
commit 85716d0530

View file

@ -154,7 +154,7 @@ export default function Chat({ flow, reactFlowInstance }: ChatType) {
}}
type="text"
disabled={lockChat}
value={lockChat?"please wait for the response": chatValue}
value={lockChat?"Thinking...": chatValue}
onChange={(e) => {
setChatValue(e.target.value);
}}