Miragon / miranum-copilot

This repository is used for a project conducted at the university of applied Sciences Augsburg, to research how AI can benefit process automation.
MIT License
4 stars 0 forks source link

[Feature] - Create an API for our two forms extension and add them as dependencies #100

Closed peterhnm closed 11 months ago

peterhnm commented 1 year ago

Description

The copilot need access to the JSON content created by our existing VS Code Extensions. For this we need to add an API like in this example. Afterwards we can add the extensions as dependencies and call there API.

Sub-Tasks

```[tasklist] ### Tasks - [ ] Add API to [Miranum Forms](https://github.com/Miragon/miranum-ide/blob/6b31a4ce4a9de60b33e7197f8673f3a9c8e3202f/apps/miranum-forms/src/main.ts) - [ ] Add API to [Miranum Json Forms](https://github.com/Miragon/miranum-json-forms/blob/a900dfcc01ca7dbd0d19ddaba44bdc92fde20ad3/src/extension.ts) - [ ] Add dependencies - [ ] Test the API calls ```