axonivy-market / openai-connector

Apache License 2.0
1 stars 0 forks source link

demonstrate and guide chatGPT driven process editing #33

Open ivy-rew opened 10 months ago

ivy-rew commented 10 months ago
ivy-rew commented 10 months ago

just invested a few minutes to find ways to make chatGPT supply more reliable results when being instructed to add new elements onto existing processes. In short, there is no fast and easy solution :)

ivy-rew commented 1 month ago

documenting past attempts to make chat GPT comply with our processes:

the naive approach

  1. use chat-gpt context-menu, ask to insert an element (hinting the json array name and the 'type') prompt-for-insert
  2. accept the incoming change chat-gpts-mail
  3. now we need to "fix" chat GPTs answer with a real editor, that has basic json-schema support. inserted-element-schema
  4. the process is back functional after this. fixed-output