| + "you do not need to create it, just tell the user to check it now." | + "you do not need to create it, just tell the user to check it now." | ||||
| ) | ) | ||||
| elif response.type == ToolInvokeMessage.MessageType.JSON: | elif response.type == ToolInvokeMessage.MessageType.JSON: | ||||
| result = json.dumps( | |||||
| result += json.dumps( | |||||
| cast(ToolInvokeMessage.JsonMessage, response.message).json_object, ensure_ascii=False | cast(ToolInvokeMessage.JsonMessage, response.message).json_object, ensure_ascii=False | ||||
| ) | ) | ||||
| else: | else: |