You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{id: AppSetting.OpenAI_HELP,public: true,type: SettingType.STRING,multiline: true,// rendered single line inputpackageValue: null,value: "Type `/chatgpt` and hit enter to start",i18nPlaceholder: "Type `/chatgpt` and hit enter to start",hidden: false,i18nLabel: AppSetting.NAMESPACE+"_HELP",i18nDescription: AppSetting.NAMESPACE+"_HELP_description",required: false,section: AppSetting.NAMESPACE+"_SETTING_SECTION_BOT_CONFIG"},
The text was updated successfully, but these errors were encountered:
App didnt apply to have multiline string via ISetting
Expecting TextArea input, getting single line input
Branch
icyavocado/Rocket.Chat.OpenAI.Completions.App/tree/issue-multiline-string-not-working
Example code
The text was updated successfully, but these errors were encountered: