Copilot uses JSX, but you could just as easily use types and functions with templates to achieve the same effect.
(They do some interesting things like pass prompt budget information around, you could do the same on a class that implements the prompt construction without having to pass it around)
Interesting comment. Thanks for sharing. I understood only half of the things. Did you reverse-engineer this or there is a reference lib / tool I can look into?
Copilot uses JSX, but you could just as easily use types and functions with templates to achieve the same effect.
(They do some interesting things like pass prompt budget information around, you could do the same on a class that implements the prompt construction without having to pass it around)
Interesting comment. Thanks for sharing. I understood only half of the things. Did you reverse-engineer this or there is a reference lib / tool I can look into?