MarketSquare / robotframework-ai

Apache License 2.0
10 stars 2 forks source link

OpenAI Assistant V2 PoC #3

Closed xfoggi closed 1 month ago

xfoggi commented 3 months ago

We want to integrate Assistant V2 from OpenAI.

AC:

  1. Create new assistant on request
  2. Delete assistant automatically (or diasable via parameter)
  3. Use existing assistant by Assistant ID
  4. Setup the Name
  5. Setup the GPT model
  6. Setup the instructions
  7. Editing existing assistant (name, model, instructions, files)
  8. Upload individual files to the vector database
  9. Assistant can read the whole project directories and upload all files (after user approves by using specific keyword).

Create unit tests and robot framework tests.