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 preconfigured prompts for generating forms based on an image #103

Open peterhnm opened 1 year ago

peterhnm commented 1 year ago

Description

For form generation, we want to provide preconfigured prompts. The form will be generated based on an image. At least one of our two extensions must be able to display the generated form.

Sub-Tasks

```[tasklist] ### Tasks - [ ] Research on how to use images within/together with an prompt - [ ] Create prompt for [Miranum Forms](https://github.com/Miragon/miranum-ide/blob/6b31a4ce4a9de60b33e7197f8673f3a9c8e3202f/apps/miranum-forms/src/main.ts) - [ ] Create prompt for [Miranum Json Forms](https://github.com/Miragon/miranum-json-forms/blob/a900dfcc01ca7dbd0d19ddaba44bdc92fde20ad3/src/extension.ts) - [ ] Implement prompts ```