| Template | View | +
| + +```yaml +inputs: + root_passowrd: + description: 'Set root password. login: username: root, password: root_passowrd' + type: string + default: '' + required: true + openai_key: + description: 'openai api key' + type: string + default: '' + required: true +``` + + | ++ + + + | +