Update documentation

This commit is contained in:
Enrique Barcelli 2025-09-01 18:03:04 +08:00
parent 8d8cd8950f
commit c14e81fd86
Signed by: kikobar
GPG key ID: 006C13A68E25D3B7
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ You can manipulate the main abstractions of the OpenAI model:
| --------------------------------------- | ----------------- | --------------- | --------------- | -------------------------------------------------------- |
| `cancel_model_response.py` | `response_id` | | | Cancel a Response running in the background |
| `create_conversation.py` | | | | Create a new Conversation |
| `create_image.py` | `model_id` | `prompt` | | Create an image based on the prompt description |
| `create_model_response.py` | `conversation_id` | `model_id` | `input_message` | Create a Response within a Conversation |
| `create_text_item.py` | `conversation_id` | `input_message` | | Create a user input or instruction within a Conversation |
| `create_vector_store.py` | | | | Create a Vector Store |

View file

@ -4,6 +4,7 @@
| Version | Supported |
| ------- | ------------------ |
| 0.4.x | :heavy_check_mark: |
| 0.3.x | :heavy_check_mark: |
| 0.2.x | :heavy_check_mark: |
| 0.1.x | :heavy_check_mark: |