Open liana-gif opened 1 day ago
@liana-gif could you please provide the json content used for this test?
@HawkQing1 here is json { "tools": [ { "name": "Custom Language Translator", "description": "A tool to translate text from one language to another using a predefined set of language pairs", "settings": { "sourceLanguage": "en", "targetLanguage": "es", "autoDetectSource": false, "translationAccuracy": "high" }, "type": "custom" } ] }
@liana-gif, you used a wrong json that caused empty page, the correct json should be like this { "name": "Custom tool", "description": "", "settings": {}, "type": "custom" }
@liana-gif it's fixed, please verify it on main.
Steps to Reproduce:
Expected Result: The JSON content should be pasted into the input field without any issues, and the field should remain visible and accessible for the user to continue the creation process.
Actual Result: The JSON input field vanishes the moment a user attempts to paste JSON content, preventing the user from proceeding with the toolkit creation.
See attached demo