openai-assistant-api-connector
Reactive icon

OpenAI Assistant API Connector

version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 18 December 2023
 by 
0.0
 (0 ratings)
openai-assistant-api-connector

OpenAI Assistant API Connector

Documentation
1.0.0

Pre-requirements: an OpenAI API key is needed to use this connector. Key that is provided to the interface methods for authentication. The API key is not stored at the connector level.


To use the Assistants API the code needs to do the following:

  1. Create an Assistant
  2. Create a Thread
  3. Add a message to a Thread
  4. Run the Thread in an Assistant
  5. Check run status
  6. Get Assistant response

The API is not fully implemented yet.