-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Let's create some sample code for end-to-end scenarios that demonstrate APIs that do not have existing samples. Existing samples live in this directory https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/openai/Azure.AI.OpenAI/tests/Samples .
New samples should be placed in that same directory.
Any samples that you generate should conform to the same patterns and file naming that you see with existing samples.
Each code sample should be concise but inclusive of a real scenario that may require multiple different API calls. They should also include descriptive comments that explain what is occurring at each step. Avoid overly simple examples that only exercise a single API with no context as to why this API would be used.