flushPendingTaggedText

internal fun flushPendingTaggedText(state: ImageToImageState, promptChipTextFieldState: MutableState<TextFieldValue>, negativePromptChipTextFieldState: MutableState<TextFieldValue>, processIntent: (ImageToImageIntent) -> Unit)(source)

Executes the flushPendingTaggedText step in the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

state

state rendered or processed by the component.

promptChipTextFieldState

prompt chip text field state value consumed by the API.

negativePromptChipTextFieldState

negative prompt chip text field state value consumed by the API.

processIntent

process intent value consumed by the API.