-
-
-
+
+ {intl.formatMessage({ id: 'playground.image.prompt' })}
+
+ }
+ loading={loading}
+ disabled={!parameters.model}
+ isEmpty={!imageList.length}
+ handleSubmit={handleSendMessage}
+ handleAbortFetch={handleStopConversation}
+ onInputChange={handleInputChange}
+ shouldResetMessage={false}
+ clearAll={handleClear}
/>
-
-
-
- {intl.formatMessage({ id: 'playground.image.prompt' })}
-
- }
- loading={loading}
- disabled={!parameters.model}
- isEmpty={!imageList.length}
- handleSubmit={handleSendMessage}
- handleAbortFetch={handleStopConversation}
- onInputChange={handleInputChange}
- shouldResetMessage={false}
- clearAll={handleClear}
- />
-
-
+ }
+ >
+