This is a collection of knowledge I have built up regarding browser powered drag and drop functionality
- timing: once as drag is starting
event.target: draggableElement
| (ns summer.demo | |
| (:require [summer.openai :as openai])) | |
| (def Step | |
| [:map | |
| [:explanation :string] | |
| [:output :string]]) | |
| (def MathResponse | |
| [:map {:name "mathresponse"} |