Ask a question to get started
Enter to send•Shift+Enter new line
Strategy for handling multiple concurrent tasks.
MultitaskStrategy = typing.Literal['reject', 'rollback', 'interrupt', 'enqueue']
Values: