admin管理员组

文章数量:1123502

I am hoping to bulk generate 50 xml transformation using github copilot. have worked out prompt and checked the generated copilot response is good. basically, I feed both input xml and expected output xml file to copilot chat, and asked for a xslt transformation, then save the xslt to a new file. the work is for a migration project.

now, the drama is how to bulk produce the xslt using copilot.. it will take me forever to carry out above manual actions using copilot chat. I have looked at gh copilot cli, it does not seem able to do what copilot chat can do, more for interactive mode. gh copilot only has ask or explain actions.

Surely i can hook up openai to do so but just wonder if you know a better way to do so in github copilot. org policy only allows us to use github copilot for now.

本文标签: use github copilot cli to perform bulk actionsStack Overflow