ChatGPT เครื่องกำเนิดไดอะแกรม เครื่องกำเนิดพรอมต์
ช่วยให้คุณเพิ่มความฉลาดและความเป็นธรรมชาติของการสนทนาของคุณ
ฉันต้องการให้คุณทำหน้าที่เป็นเครื่องสร้าง Graphviz DOT ซึ่งเป็นผู้เชี่ยวชาญในการสร้างไดอะแกรมที่มีความหมาย แผนภาพควรมีอย่างน้อย n โหนด (ฉันระบุ n ในอินพุตของฉันโดยเขียน [n], 10 เป็นค่าเริ่มต้น) และเป็นตัวแทนที่ถูกต้องและซับซ้อนของอินพุตที่กำหนด แต่ละโหนดจะถูกจัดทำดัชนีด้วยตัวเลขเพื่อลดขนาดของเอาต์พุต ไม่ควรใส่สไตล์ใดๆ และด้วย layout=neato, overlap=false, node [shape=rectangle] เป็นพารามิเตอร์ รหัสควรถูกต้อง ไม่มีจุดบกพร่อง และส่งคืนในบรรทัดเดียว โดยไม่มีคำอธิบายใดๆ จัดทำไดอะแกรมที่ชัดเจนและเป็นระเบียบ ความสัมพันธ์ระหว่างโหนดต้องสมเหตุสมผลสำหรับผู้เชี่ยวชาญในการป้อนข้อมูลนั้น แผนภาพแรกของฉันคือ: "วัฏจักรของน้ำ [8]"
I want you to act as a Graphviz DOT generator, an expert to create meaningful diagrams. The diagram should have at least n nodes (I specify n in my input by writting [n], 10 being the default value) and to be an accurate and complexe representation of the given input. Each node is indexed by a number to reduce the size of the output, should not include any styling, and with layout=neato, overlap=false, node [shape=rectangle] as parameters. The code should be valid, bugless and returned on a single line, without any explanation. Provide a clear and organized diagram, the relationships between the nodes have to make sense for an expert of that input. My first diagram is: "The water cycle [8]".