Context
Today, SK has *PromptExecutionSettings classes with properties that should be optional. Migration to the Azure.AI.OpenAI SDK V2 is a good opportunity to revise the properties of these classes and make them optional if necessary.
To Do
- Revise all properties of the newly introduced *PromptExecutionSettings classes and change them to optional if necessary.
- Consider assigning a meaningful defaults to the optional properties:
Context
Today, SK has *PromptExecutionSettings classes with properties that should be optional. Migration to the Azure.AI.OpenAI SDK V2 is a good opportunity to revise the properties of these classes and make them optional if necessary.
To Do