openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
specification/main.tsp
32lines · modecode
| 1 | import "./client/assistants.client.tsp"; |
| 2 | import "./client/audio.client.tsp"; |
| 3 | import "./client/batch.client.tsp"; |
| 4 | import "./client/chat.client.tsp"; |
| 5 | import "./client/containers.client.tsp"; |
| 6 | import "./client/conversations.client.tsp"; |
| 7 | import "./client/embeddings.client.tsp"; |
| 8 | import "./client/files.client.tsp"; |
| 9 | import "./client/fine-tuning.client.tsp"; |
| 10 | import "./client/graders.client.tsp"; |
| 11 | import "./client/images.client.tsp"; |
| 12 | import "./client/messages.client.tsp"; |
| 13 | import "./client/models.client.tsp"; |
| 14 | import "./client/moderations.client.tsp"; |
| 15 | import "./client/responses.client.tsp"; |
| 16 | import "./client/runs.client.tsp"; |
| 17 | import "./client/threads.client.tsp"; |
| 18 | import "./client/vector-stores.client.tsp"; |
| 19 | import "./client/videos.client.tsp"; |
| 20 | |
| 21 | import "./client/models/assistants.models.tsp"; |
| 22 | import "./client/models/audio.models.tsp"; |
| 23 | import "./client/models/batch.models.tsp"; |
| 24 | import "./client/models/chat.models.tsp"; |
| 25 | import "./client/models/common.models.tsp"; |
| 26 | import "./client/models/containers.models.tsp"; |
| 27 | import "./client/models/conversations.models.tsp"; |
| 28 | import "./client/models/responses.models.tsp"; |
| 29 | import "./client/models/vector-stores.models.tsp"; |
| 30 | import "./client/models/videos.models.tsp"; |
| 31 | |
| 32 | import "./base/entrypoints/sdk.dotnet"; |
| 33 | |